File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,6 @@ extends:
65
65
sdl :
66
66
sbom :
67
67
enabled : false
68
- ${{ eq(parameters.enableCodeQL, true) }} :
69
- codeql :
70
- compiled :
71
- enabled : ${{ variables.runCodeQl }}
72
- justificationForDisabling : ' Disabling to not scan AzureDevOpsRepo'
73
68
baseline :
74
69
baselineSet : default
75
70
baselineFile : $(Build.SourcesDirectory)/.gdn/.gdnbaselines
Original file line number Diff line number Diff line change 37
37
- job : create_hotfix
38
38
displayName : Create HotFix PR
39
39
dependsOn : build_single_task
40
+ variables :
41
+ ONEES_ENFORCED_CODEQL_ENABLED : ${{ eq(parameters.enableCodeQL, true) }}
40
42
pool :
41
43
name : 1ES-ABTT-Shared-Pool
42
44
image : abtt-windows-2022
51
53
- job : create_ado_pr
52
54
displayName : Update UnifiedDependencies.xml
53
55
dependsOn : build_single_task
56
+ variables :
57
+ ONEES_ENFORCED_CODEQL_ENABLED : ${{ eq(parameters.enableCodeQL, true) }}
54
58
pool :
55
59
name : 1ES-ABTT-Shared-Pool
56
60
image : abtt-windows-2022
You can’t perform that action at this time.
0 commit comments