From a573d10e86c60f9c3cf4b38dafc2dfa8b7c7b859 Mon Sep 17 00:00:00 2001 From: Coby Lerer Date: Mon, 20 Jul 2020 22:18:37 +1000 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```