Skip to content

Commit

Permalink
Add code scan report artifact (#311)
Browse files Browse the repository at this point in the history
* Adds required policheck task to sdl pipeline.

* Enables ability to see Guardian exports for code scans like Policheck
  • Loading branch information
guyacosta committed Oct 27, 2020
1 parent e2fc979 commit ae537ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Pipelines/templates/sdl-job.yml
Expand Up @@ -30,4 +30,10 @@ jobs:
outputformat: 'text'
- task: SdtReport@2
inputs:
GdnExportAllTools: true
GdnExportAllTools: true
- task: PublishSecurityAnalysisLogs@2
inputs:
ArtifactName: 'CodeAnalysisLogs'
ArtifactType: 'Container'
AllTools: true
ToolLogsNotFoundAction: 'Standard'

0 comments on commit ae537ae

Please sign in to comment.