File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file configures CodeQL runs and TSA bug autofiling. For more information, see:
2
+ # https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code
3
+ # (Access restricted to Microsoft employees only.)
4
+
5
+ path_classifiers :
6
+ refs :
7
+ # The test/ directories don't contain shipping implementations of code, so they should
8
+ # be excluded from analysis.
9
+ - src/**/test/*
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ extends:
26
26
name : NetCore1ESPool-Svc-Internal
27
27
image : 1es-windows-2022
28
28
os : windows
29
+ codeql :
30
+ compiled :
31
+ enabled : false
32
+ justificationForDisabling : ' This is a test-only pipeline. The same product code is already scanned in the main pipeline (aspnetcore-ci)'
29
33
stages :
30
34
- stage : build
31
35
displayName : Build
You can’t perform that action at this time.
0 commit comments