Skip to content

Commit

Permalink
Add target directory for Slither analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Feb 20, 2024
1 parent d6c4249 commit a8e56ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: crytic/[email protected]
id: slither
with:
target: ./contracts
node-version: '18'
fail-on: 'medium' # Fail the action on medium severity issues
slither-args: '--checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/'
Expand Down

0 comments on commit a8e56ff

Please sign in to comment.