Skip to content

Supply-chain hardening sweep #119

Supply-chain hardening sweep

Supply-chain hardening sweep #119

Workflow file for this run

name: Slither Analysis
on:
push:
branches:
- master
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1
with:
version: nightly
- name: Slither analysis
uses: crytic/slither-action@f197989dea5b53e986d0f88c60a034ddd77ec9a8 # v0.4.0
with:
fail-on: 'medium'