Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
githubrlloyd authored Jul 21, 2020
1 parent a573d10 commit 4713713
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Veracode Pipeline scan results to SARIF - Github Action

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Lerer_veracode-pipeline-scan-results-to-sarif&metric=alert_status)](https://sonarcloud.io/dashboard?id=Lerer_veracode-pipeline-scan-results-to-sarif)

This action take the Veracode pipeline scan json result file as an input and transform it to a SARIF format. <br>

Add the `-jo true` to your Pipeline Scan command to generate the JSON result file. See, [details for the other pipeline scan attributes](https://help.veracode.com/reader/tS9CaFwL4_lbIEWWomsJoA/zjaZE08bAYZVPBWWbgmZvw)</br>
Expand All @@ -27,7 +25,7 @@ See - [Veracode pipeline scan example in github action](https://help.veracode.co
```
- name: Convert pipeline scan output to SARIF format
id: convert
uses: Lerer/veracode-pipeline-scan-results-to-sarif@v1.0.2
uses: Veracode/veracode-pipeline-scan-results-to-sarif@v0.1.0
with:
pipeline-results-json: results.json
output-results-sarif: veracode-results.sarif
Expand Down

0 comments on commit 4713713

Please sign in to comment.