diff --git a/Readme.md b/Readme.md index 2932262..ade71c8 100644 --- a/Readme.md +++ b/Readme.md @@ -29,11 +29,11 @@ See - [Veracode pipeline scan example in github action](https://help.veracode.co id: convert uses: Lerer/veracode-pipeline-scan-results-to-sarif@v1.0.2 with: - pipeline-results-json: results.json
+ 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 -``` \ No newline at end of file +```