Skip to content

Commit b15ddc3

Browse files
authored
Merge pull request #2700 from microsoftgraph/disable_binskim
Disable Binskim Step
2 parents e5183c4 + a121826 commit b15ddc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/weekly-generation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ extends:
6363
parameters:
6464
pool: $(BuildAgent)
6565
sdl:
66+
binskim:
67+
enabled: false
68+
justificationForDisabling: "Binskim keeps on crushing and failing the weekly build pipeline. Disabling it for now because we are unable to publish the artifacts to internal feeds."
6669
credscan:
6770
suppressionsFile: $(Build.SourcesDirectory)/.azure-pipelines/config/credscan/credscan-suppressions.json
6871
policheck:

0 commit comments

Comments
 (0)