Skip to content

Commit

Permalink
chore: setup repo before slither ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Apr 8, 2024
1 parent 63a48fb commit 6ac380e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,17 @@ jobs:
with:
version: nightly

- name: Setup repo
uses: ./.github/actions/setup-repo
with:
registry-token: ${{ secrets.GH_REGISTRY_ACCESS_TOKEN }}

- name: "Run Slither analysis"
uses: "crytic/[email protected]"
id: "slither"
with:
fail-on: "none"
slither-args: --hardhat-ignore-compile --skip-clean
sarif: "results.sarif"

- name: "Upload SARIF file to GitHub code scanning"
Expand Down

0 comments on commit 6ac380e

Please sign in to comment.