Skip to content

Commit

Permalink
fix: ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsrin committed Mar 4, 2023
1 parent ebbf710 commit 7677f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
fail-on: none # Required to avoid failing the CI run regardless of findings.
sarif: results.sarif
slither-args: --filter-paths "./lib|./test/.script" --exclude naming-convention
slither-args: --filter-paths "./lib|./test|/.script" --exclude naming-convention

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 7677f52

Please sign in to comment.