We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8580c79 commit d1a9f07Copy full SHA for d1a9f07
.azdo/codeql.yml
@@ -21,7 +21,8 @@ stages:
21
- ImageOverride -equals PSMMS2022-OpenSSH-Secure
22
variables:
23
Codeql.Enabled: true
24
- Codeql.Cadence: 23 # hours
+ Codeql.Cadence: 1 # hour (for testing, normally will run daily)
25
+ skipComponentGovernanceDetection: true # not needed for CodeQL run
26
steps:
27
- task: CodeQL3000Init@0
28
displayName: Initialize CodeQL
0 commit comments