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