Skip to content

Commit

Permalink
fix: update slither target arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jun 24, 2024
1 parent 9fb63ec commit 9fb9af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
sarif: results.sarif
fail-on: none
slither-args: --filter-paths "test" --exclude-dependencies --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
target: ${{ matrix.dir }}
target: packages/${{ matrix.dir }}
- name: Upload SARIF files
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 9fb9af3

Please sign in to comment.