Skip to content

Commit

Permalink
Remove args, change target path
Browse files Browse the repository at this point in the history
  • Loading branch information
bcodesido committed Mar 21, 2024
1 parent aabb86c commit 2919ef3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
with:
sarif: results.sarif
fail-on: none
slither-args: --filter-paths "openzeppelin" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
target: contracts/
target: .

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

0 comments on commit 2919ef3

Please sign in to comment.