Use default CredScan tool (#6693)
This commit is contained in:
parent
236acb5edd
commit
f1185effdd
@ -91,10 +91,6 @@ jobs:
|
||||
Package.EnableSBOMSigning: true
|
||||
steps:
|
||||
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml
|
||||
- template: /eng/common/pipelines/templates/steps/credscan.yml
|
||||
parameters:
|
||||
SuppressionFilePath: $(Build.SourcesDirectory)/eng/CredScanSuppression.json
|
||||
|
||||
- template: /eng/common/pipelines/templates/steps/check-spelling.yml
|
||||
parameters:
|
||||
ContinueOnError: false
|
||||
|
||||
@ -115,7 +115,6 @@ extends:
|
||||
justificationForDisabling: CodeQL times our pipelines out by running for 2+ hours before being force canceled.
|
||||
credscan:
|
||||
suppressionsFile: $(Build.SourcesDirectory)/eng/CredScanSuppression.json
|
||||
toolVersion: 2.3.12.23
|
||||
binskim:
|
||||
enabled: true
|
||||
scanOutputDirectoryOnly: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user