Use default CredScan tool (#6693)

This commit is contained in:
Wes Haggard 2025-08-08 10:25:22 -07:00 committed by GitHub
parent 236acb5edd
commit f1185effdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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