Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTimepunk committed Sep 7, 2023
1 parent 93bde7c commit 57de85d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ jobs:
uses: crytic/slither-action@v0.3.0
id: slither
with:
slither-args: '--exclude-low --no-fail-pedantic --exclude-optimization --exclude-informational --json-types console,detectors'
slither-args: '--exclude-low --no-fail-pedantic --exclude-optimization --exclude-informational --json-types console,detectors --filter-paths mock,test,script,lib'
fail-on: high
5 changes: 0 additions & 5 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"filter_paths": "(lib|test)",
"detectors_to_exclude": "solc-version,timestamp,naming-convention",
"exclude_informational": true,
"exclude_low": true,
"exclude_medium": false,
"exclude_high": false,
"solc_remaps": [
"forge-std/=lib/forge-std/src/",
"ds-test/=lib/ds-test/src/",
Expand Down

0 comments on commit 57de85d

Please sign in to comment.