Skip to content

Commit

Permalink
ci: add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 12, 2023
1 parent 6ac2196 commit 1bc891e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
node-version: 16
sarif: results.sarif
fail-on: none
target: 'src/'

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
Expand Down
3 changes: 3 additions & 0 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"filter_paths": "(lib/|*.t.sol/)"
}

0 comments on commit 1bc891e

Please sign in to comment.