Skip to content

Commit

Permalink
add slither config
Browse files Browse the repository at this point in the history
  • Loading branch information
gpylypchuk committed Feb 19, 2024
1 parent 39b4296 commit fe44b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
with:
node-version: 16
sarif: results.sarif
fail-on: low
target: 'src/'

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down
3 changes: 2 additions & 1 deletion slither.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"filter_paths": "openzeppelin",
"detectors_to_exclude": "timestamp"
"detectors_to_exclude": "timestamp",
"exclude_informational": true
}

0 comments on commit fe44b65

Please sign in to comment.