diff --git a/.github/workflows/slither.yaml b/.github/workflows/slither.yaml index a9601aa7..25b1257e 100644 --- a/.github/workflows/slither.yaml +++ b/.github/workflows/slither.yaml @@ -33,7 +33,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 - + - name: Install Dependencies run: yarn install @@ -45,6 +45,7 @@ jobs: id: slither continue-on-error: true with: + ignore-compile: true sarif: results.sarifs node-version: "18" fail-on: none diff --git a/slither.config.json b/slither.config.json index 05d0dcb0..2c955447 100644 --- a/slither.config.json +++ b/slither.config.json @@ -3,5 +3,6 @@ "detectors_to_exclude": "", "filter_paths": "artifacts,cache,data,dist,docs,lib,node_modules,pkg,scripts,tasks,test,testing,typechain-types", "hardhat_ignore_compile": true, - "npx_disable": true + "npx_disable": true, + "foundry_ignore_compile": true }