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:
parent
3b6af7534e
commit
72f8721e26
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user