Skip to content

Commit d1a9f07

Browse files
authored
Update codeql.yml (#9)
1 parent 8580c79 commit d1a9f07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azdo/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ stages:
2121
- ImageOverride -equals PSMMS2022-OpenSSH-Secure
2222
variables:
2323
Codeql.Enabled: true
24-
Codeql.Cadence: 23 # hours
24+
Codeql.Cadence: 1 # hour (for testing, normally will run daily)
25+
skipComponentGovernanceDetection: true # not needed for CodeQL run
2526
steps:
2627
- task: CodeQL3000Init@0
2728
displayName: Initialize CodeQL

0 commit comments

Comments
 (0)