Skip to content

Commit

Permalink
👷 Test Slither action
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed Sep 14, 2024
1 parent c96c7a3 commit f0ebe22
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ jobs:
env:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}

- name: Run Slither (allow failure for now)
continue-on-error: true
run: yarn slither

- name: Run Slither
uses: crytic/slither-action
id: slither
with:
sarif: results.sarif
fail-on: none

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.slither.outputs.sarif }}

0 comments on commit f0ebe22

Please sign in to comment.