Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenshively committed Oct 28, 2023
1 parent dda725f commit e5e5f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Hide periphery
run: |
rm -rf periphery
- name: Run Slither
uses: crytic/slither-action@v0.3.0
id: run-slither
with:
target: 'core/'
fail-on: none
slither-args: --config-file core/slither.config.json
slither-version: '0.9.6'
sarif: slither.results.sarif

- name: Upload SARIF file
Expand Down
1 change: 1 addition & 0 deletions core/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ libs = ['lib']
out = 'build'
cache_path = 'cache'

solc_version = '0.8.17'
via_ir = true
optimizer = true
optimizer_runs = 4294967295
Expand Down

0 comments on commit e5e5f0d

Please sign in to comment.