SMR-3173 Fix failed CI introduced by perimeter changes (#112) #700
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Slither Analysis | |
on: [push] | |
jobs: | |
analyze: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: crytic/[email protected] | |
with: | |
fail-on: high | |
slither-args: --filter-paths "./lib|./test" | |
node-version: 18 |