Skip to content

Commit

Permalink
[release/6.0] Add CodeQL3000 run to aspnetcore-ci-official (#44719)
Browse files Browse the repository at this point in the history
- backport of #44688, via #44717
- add new schedule for a weekly run
- add top-level parameter enabling CodeQL3000 in manual builds
- add `enableSBOM` and `variables` parameters in default-build.yml
- add a separate job w/ CodeQL3000 tasks included in build steps; run this job alone
  - use the new default-build.yml parameters
  - set `$(UseSharedCompilation)` to `false` to ease analysis
- add tag indicating CodeQL3000 tasks did useful work
  - ignore no-op task executions
- add a tsaoptions.json file
  - cribbed values from our eng/sdl-tsa-vars.config file

nit: Unconditionally disable the auto-injected component governance build step
- job.yml inserts the task where we need (unless overridden)
  • Loading branch information
dougbu authored Nov 2, 2022
1 parent 54e2465 commit 1edbaa9
Show file tree
Hide file tree
Showing 3 changed files with 696 additions and 591 deletions.
Loading

0 comments on commit 1edbaa9

Please sign in to comment.