Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 2775 (Azure#23115)
Browse files Browse the repository at this point in the history
* update baseline

* change version

* Update the credscan version

* add empty line

* Update credscan.yml

* Update eng/common/pipelines/templates/steps/credscan.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

Co-authored-by: sima-zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
  • Loading branch information
4 people authored and rakshith91 committed Apr 10, 2022
1 parent b22db65 commit 5894d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/common/pipelines/templates/steps/credscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ steps:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@3
displayName: CredScan running
inputs:
toolVersion: 2.2.7.8
scanFolder: "${{ parameters.SourceDirectory }}/credscan.tsv"
suppressionsFile: ${{ parameters.SuppressionFilePath }}
- task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@2
Expand All @@ -38,7 +39,7 @@ steps:
GdnBreakGdnToolCredScanSeverity: Error
GdnBreakBaselines: baseline
# Used for generating baseline file.
# GdnBreakOutputBaselineFile: dotnet
# GdnBreakOutputBaselineFile: baseline
# GdnBreakOutputBaseline: baseline
condition: succeededOrFailed()
- pwsh: |
Expand Down

0 comments on commit 5894d41

Please sign in to comment.