Skip to content

Commit

Permalink
Merged PR 4621: eng | Fix policheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dauinsight committed May 31, 2024
1 parent 4c088eb commit 1dfd483
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,17 @@ extends:
enabled: true
packageName: Microsoft.Data.SqlClient
packageVersion: $(NugetPackageVersion)
policheck:
enabled: true
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
exclusionsFile: $(REPOROOT)\.config\PolicheckExclusions.xml
asyncSdl:
enabled: false
credscan:
enabled: true
suppressionsFile: $(REPOROOT)/.config/CredScanSuppressions.json
binskim:
enabled: true
policheck:
enabled: true
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
optionsUEPATH: $(REPOROOT)\.config\PolicheckExclusions.xml
armory:
enabled: true
break: true
Expand Down

0 comments on commit 1dfd483

Please sign in to comment.