We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cdf2f commit 0d291edCopy full SHA for 0d291ed
.pipelines/trigger.yaml
@@ -54,6 +54,13 @@ extends:
54
name: $(BUILD_POOL_NAME_DEFAULT_WINDOWS)
55
os: windows
56
image: acn-runner-vmss-image-windows-1es-v2.0
57
+ globalSdl: # https://aka.ms/obpipelines/sdl
58
+ #baseline:
59
+ #baselineFile: $(Build.SourcesDirectory)\.config\.gdnbaselines
60
+ #suppressionSet: default
61
+ suppression:
62
+ suppressionFile: $(Build.SourcesDirectory)\.config\.gdnsuppress
63
+ suppressionSet: default
64
codeql:
65
# Enables CodeQL on the main branch
66
compiled:
0 commit comments