Skip to content

Commit

Permalink
Update credscan tool version (#2775)
Browse files Browse the repository at this point in the history
4 lang PRs:
Java: Azure/azure-sdk-for-java#27152
.NET: Azure/azure-sdk-for-net#27054
Python: Azure/azure-sdk-for-python#23090
JS: Azure/azure-sdk-for-js#20413

The PR includes the link of all testing.
  • Loading branch information
sima-zhu authored Feb 18, 2022
1 parent b8e9ff9 commit 2d4d435
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 2d4d435

Please sign in to comment.