-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from veracode/pr/1
Pr/1
- Loading branch information
Showing
5 changed files
with
84 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ This action take the Veracode pipeline scan json result file as an input and tra | |
|
||
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> | ||
|
||
If your github account allows code scanning, you can then upload the `sarif` file to show the scan findings | ||
If your github account allows code scanning, you can then upload the `sarif` file to show the scan findings | ||
|
||
See - [Veracode pipeline scan example in github action](https://help.veracode.com/reader/tS9CaFwL4_lbIEWWomsJoA/MVXQBY1PzfrTXGd6V~ZgxA) | ||
|
||
|
@@ -24,12 +24,12 @@ See - [Veracode pipeline scan example in github action](https://help.veracode.co | |
|
||
``` | ||
- name: Convert pipeline scan output to SARIF format | ||
id: convert | ||
uses: Veracode/[email protected].0 | ||
id: convert | ||
uses: Veracode/[email protected].1 | ||
with: | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.