Skip to content

Merge branch 'main' of github.com:immutable/zkevm-bridge-contracts in… #90

Merge branch 'main' of github.com:immutable/zkevm-bridge-contracts in…

Merge branch 'main' of github.com:immutable/zkevm-bridge-contracts in… #90

Workflow file for this run

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