Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 999 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 999 Bytes

Example Code Scanning Workflows

Just a bunch of example workflow files for code scanning. Take a look at .github/workflows.

Workflows

  • Code scanning in an alternate branch - this workflow shows how to introduce code scanning on only a different branch. The workflow file is committed to the alternate branch and only scans on changes to that alternate branch.
  • Python excluding tests - this change shows how to exclude test files and specific directories.

Config files