[release/9.0.1xx-preview3] Temporarily disable CredScan (#19174)
This commit is contained in:
parent
a00e2ac708
commit
baa1762311
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ extends:
|
|||
# failOnAlert: false
|
||||
# This should be removed when failOnAlert works properly.
|
||||
ignoreDirectories: '.packages'
|
||||
# Temporary to workaround MicroBuild issues.
|
||||
credscan:
|
||||
enabled: false
|
||||
justificationForDisabling: 'CredScan is failing on the MicroBuild signing plugin. "MicroBuild/Plugins/nuget.config" has changing content and thus cannot be baselined.'
|
||||
customBuildTags:
|
||||
- ES365AIMigrationTooling
|
||||
stages:
|
||||
|
|
Loading…
Reference in a new issue