Skip to content

Commit 6947a95

Browse files
As Java script in interpretaed language and CodeQL analysis can happen under SDL stage to avoid multiple time CodeQL under every stage/Job. Current set up soing it for all Jobs. (#268)
Co-authored-by: Aditya Dwivedi <adid@microsoft.com>
1 parent f5ddd07 commit 6947a95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines/official-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ extends:
2727
image: 1es-windows-2022
2828
os: windows
2929

30+
sdl:
31+
codeql:
32+
runSourceLanguagesInSourceAnalysis: true
33+
3034
stages:
3135
- stage: WindowsUnitTests
3236
dependsOn: []

0 commit comments

Comments
 (0)