diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aec75c4c..a78f1b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/slither-action@v0.3.0" id: "slither" with: fail-on: "none" + slither-args: --hardhat-ignore-compile --skip-clean sarif: "results.sarif" - name: "Upload SARIF file to GitHub code scanning"