From fe44b6543d9cc361a2412765c18cf1532c03e8b9 Mon Sep 17 00:00:00 2001 From: gpylypchuk Date: Mon, 19 Feb 2024 17:01:14 -0300 Subject: [PATCH] add slither config --- .github/workflows/slither.yml | 2 -- slither.config.json | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index f6a7db2..9ee0966 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -25,8 +25,6 @@ jobs: with: node-version: 16 sarif: results.sarif - fail-on: low - target: 'src/' - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 diff --git a/slither.config.json b/slither.config.json index 13270fc..8432fc2 100644 --- a/slither.config.json +++ b/slither.config.json @@ -1,4 +1,5 @@ { "filter_paths": "openzeppelin", - "detectors_to_exclude": "timestamp" + "detectors_to_exclude": "timestamp", + "exclude_informational": true } \ No newline at end of file