Skip to content

Commit

Permalink
Update Slither version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Feb 20, 2024
1 parent b0bea2d commit a6c97e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: crytic/[email protected]
id: slither
with:
slither-version: '0.10.0'
node-version: '18'
fail-on: 'medium' # Fail the action on medium severity issues
slither-args: '--filter-paths "contracts/mock|node_modules" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/contracts/'
Expand Down

0 comments on commit a6c97e3

Please sign in to comment.