From 69a70eff7a896d06e1e47b312d353a58c8b6df57 Mon Sep 17 00:00:00 2001 From: aboudjem Date: Tue, 20 Feb 2024 16:47:49 +0400 Subject: [PATCH] Remove target directory for analysis in slither.yml workflow --- .github/workflows/slither.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 0279ce1f..e21439f5 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -35,4 +35,3 @@ jobs: uses: crytic/slither-action@v0.3.1 with: fail-on: "medium" # Action will fail if issues of medium severity or higher are found - target: "contracts/" # Specify the target directory for analysis