We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbf710 commit 7677f52Copy full SHA for 7677f52
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
with:
73
fail-on: none # Required to avoid failing the CI run regardless of findings.
74
sarif: results.sarif
75
- slither-args: --filter-paths "./lib|./test/.script" --exclude naming-convention
+ slither-args: --filter-paths "./lib|./test|/.script" --exclude naming-convention
76
77
- name: Upload SARIF file
78
uses: github/codeql-action/upload-sarif@v2
0 commit comments