Skip to content

Commit

Permalink
Update slither configuration to exclude node_modules directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Feb 20, 2024
1 parent 38e2921 commit 1beeb6a
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:
node-version: '18'
fail-on: 'medium' # Fail the action on medium severity issues
slither-args: ' /contracts --filter-paths "contracts/mock" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/'
slither-args: '--filter-paths "contracts/mock|node_modules" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/'

- name: Create/update checklist as PR comment
uses: actions/github-script@v7
Expand Down

0 comments on commit 1beeb6a

Please sign in to comment.