Skip to content

Commit

Permalink
[nightly] Enable CodeQL Scanning (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell authored Feb 17, 2023
1 parent 475c1ad commit 1d13812
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
"areaPath": "DevDiv\\NET Fundamentals\\.NET Acquisition\\Docker",
"iterationPath": "DevDiv",
"notificationAliases": [ "dotnetADTeam@microsoft.com" ],
"repositoryName":"dotnet-docker",
"codebaseName": "dotnet-docker"
}
9 changes: 9 additions & 0 deletions eng/pipelines/cg-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ trigger:
- nightly
pr: none

parameters:
- name: TSAEnabled
displayName: Publish CodeQL results to TSA
type: boolean
default: true

variables:
- template: ../common/templates/variables/codeql.yml
parameters:
TSAEnabled: ${{ parameters.TSAEnabled }}
- template: ../common/templates/variables/common.yml
- name: cgBuildGrepArgs
value: -v -e 'samples/' -e 'tests/'
Expand Down

0 comments on commit 1d13812

Please sign in to comment.