From e6fc7361d1b38210d02bacf73f054f063de0ec1a Mon Sep 17 00:00:00 2001 From: wcgcyx Date: Mon, 16 Oct 2023 12:35:30 +1000 Subject: [PATCH] Update static-analysis.yml --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 8198ebf5..9be10507 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -10,4 +10,4 @@ jobs: - uses: crytic/slither-action@v0.3.0 with: fail-on: high - filter-paths: lib,test \ No newline at end of file + slither-args: --filter-paths "./lib|./test" \ No newline at end of file