Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerer authored Jul 20, 2020
1 parent a02c61d commit a573d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ See - [Veracode pipeline scan example in github action](https://help.veracode.co
id: convert
uses: Lerer/[email protected]
with:
pipeline-results-json: results.json<br>
pipeline-results-json: results.json
output-results-sarif: veracode-results.sarif
- name: upload sarif file to repository
uses: github/codeql-action/upload-sarif@v1
with: # Path to SARIF file relative to the root of the repository
sarif_file: veracode-results.sarif
```
```

0 comments on commit a573d10

Please sign in to comment.