2 parents 28933d5 + fb76d70 commit 2b32a33Copy full SHA for 2b32a33
1 file changed
.github/workflows/slither.yml
@@ -40,7 +40,8 @@ jobs:
40
id: slither-clean
41
continue-on-error: true # informational — teaching repo uses intentional patterns
42
with:
43
- slither-args: --filter-paths "src/hacks,lib,test,script"
+ # slither --filter-paths expects a regex, not a comma-separated list
44
+ slither-args: --filter-paths "(src/hacks|lib|test|script)(/|$)"
45
sarif: slither-clean.sarif
46
fail-on: none
47
0 commit comments