Skip to content

Commit

Permalink
update example with sarif
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 27, 2024
1 parent 7e78cc7 commit b1bb9fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:

- name: Perform Static Analysis
uses: htrgouvea/[email protected]

- name: Send result to Github Security
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: result.sarif
```
---
Expand Down

0 comments on commit b1bb9fa

Please sign in to comment.