Skip to content

Commit

Permalink
Merge pull request #263 from MichelZ/get-rid-of-warnings-in-security-…
Browse files Browse the repository at this point in the history
…analysis

Get rid of build warnings for the cred scanner
  • Loading branch information
SebastianSchuetze authored Feb 25, 2020
2 parents 89b4b63 + ddda6a2 commit 1fa5b41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,17 @@ stages:
- task: SdtReport@1
displayName: 'Create Security Analysis Report'
inputs:
AllTools: true
AllTools: false
CredScan: true

- task: PublishSecurityAnalysisLogs@2
displayName: 'Publish Security Analysis Logs'

- task: PostAnalysis@1
displayName: 'Post Analysis'
inputs:
AllTools: true
AllTools: false
CredScan: true

- task: CopyFiles@2
displayName: 'Copy Module to Artifacts Folder'
Expand Down

0 comments on commit 1fa5b41

Please sign in to comment.