Skip to content

Commit

Permalink
Update config to always upload results
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Feb 23, 2024
1 parent 47a597c commit f3973f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
id: slither
with:
sarif: results.sarif
fail-on: none
fail-on: medium

- name: Upload SARIF file
if: always()
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.slither.outputs.sarif }}
3 changes: 1 addition & 2 deletions slither.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"exclude_informational": true,
"exclude_low": true,
"exclude_optimization": true,
"fail_on": "none",
"filter_paths": "src/test-helpers/.*|src/mocks/.*|node_modules/.*"
"filter_paths": "src/test-helpers/|src/mocks/|node_modules/"
}

0 comments on commit f3973f3

Please sign in to comment.