diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 15579e7..1316bea 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -25,7 +25,7 @@ jobs: - name: Run Slither uses: crytic/slither-action@v0.4.0 with: - target: "contracts/*" + target: "contracts/finance|contracts/governance" node-version: 20 ignore-compile: false solc-version: "0.8.24"