Skip to content

Commit

Permalink
Add SARIF standard link
Browse files Browse the repository at this point in the history
  • Loading branch information
samrocketman committed Oct 1, 2023
1 parent 5c44be3 commit 587623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/net/gleske/jervis/remotes/GitHub.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ println github.getFile('samrocketman/jervis','.travis.yml','main')
<h4>Using a GitHub App to upload security code analysis</h4>
<p>
GitHub supports SARIF format for
GitHub supports <a href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=sarif" target=_blank>SARIF format</a> for
<a href="https://docs.github.com/en/free-pro-team@latest/rest/code-scanning/code-scanning?apiVersion=2022-11-28#upload-an-analysis-as-sarif-data" target=_blank>uploading code analysis results</a>.
This is a code example of uploading the report to a reference. The GitHub
App requires read and write for
Expand Down

0 comments on commit 587623e

Please sign in to comment.