Skip to content

Commit

Permalink
Update slither.yml to fail on no severity issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Feb 20, 2024
1 parent a6c97e3 commit 3c9060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
slither-version: '0.10.0'
node-version: '18'
fail-on: 'medium' # Fail the action on medium severity issues
fail-on: 'none'
slither-args: '--filter-paths "contracts/mock|node_modules" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/contracts/'

- name: Create/update checklist as PR comment
Expand Down

0 comments on commit 3c9060a

Please sign in to comment.