Skip to content

Commit

Permalink
Print SARIF for action debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-elileers committed Jul 17, 2024
1 parent 724a28f commit 6941c26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
# advanced: this can be set by Slither config file by using the next line instead
# fail-on: config

- name: SARIF Print
run: cat ${{ steps.slither.outputs.sarif }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 6941c26

Please sign in to comment.