Add credscan to GenerateReleaseArtifacts (#4328)

* Add credscan to GenerateReleaseArtifacts

* trigger pipelines

* try again

* tryyrt

* s

* revert changes that trigger pipelines

* remove empty lines

---------

Co-authored-by: George Arama <50641385+gearama@users.noreply.github.com>
This commit is contained in:
Daniel Jurek 2023-02-02 13:28:11 -08:00 committed by GitHub
parent 3b6af7534e
commit 72f8721e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,10 @@ jobs:
VCPKG_DEFAULT_TRIPLET: 'x64-windows-static'
Package.EnableSBOMSigning: true
steps:
- 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