Skip to content

Commit

Permalink
fix: slither filter
Browse files Browse the repository at this point in the history
  • Loading branch information
fedealconada committed Jan 4, 2024
1 parent b91689e commit 1a879e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
node-version: 16
fail-on: none
slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
target: 'src/'


- name: Create/update checklist as PR comment
uses: actions/github-script@v6
env:
Expand Down
7 changes: 4 additions & 3 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"exclude_informational": true,
"exclude_low": true,
"exclude_informational": false,
"exclude_low": false,
"exclude_medium": false,
"exclude_high": false
"exclude_high": false,
"filter_paths": "^(?!src/)"
}

0 comments on commit 1a879e5

Please sign in to comment.