Skip to content

Commit

Permalink
Merge pull request #500 from microsoft/dev/andarno/secupdates
Browse files Browse the repository at this point in the history
Update CredScan version
  • Loading branch information
AArnott authored Jul 17, 2020
2 parents 3aa77ce + 0e68bd4 commit c4e0caf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines/secure-development-tools.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
steps:

### Check for checked in credentials.
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
- task: CredScan@3
displayName: 'Run CredScan'
inputs:
debugMode: false

### Run PoliCheck to check for disallowed terms. targetType: F indicates we're searching files and folders.
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1
- task: PoliCheck@1
displayName: 'Run PoliCheck'
inputs:
targetType: F

0 comments on commit c4e0caf

Please sign in to comment.