Skip to content

Merge pull request #120 from otimlabs/dependabot/github_actions/actio… #890

Merge pull request #120 from otimlabs/dependabot/github_actions/actio…

Merge pull request #120 from otimlabs/dependabot/github_actions/actio… #890

Workflow file for this run

name: Static Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@8789b3e21e6c11b2697f5eb56eddae542f746c10 # v1.7.0
with:
version: stable
cache-key: ${{ github.job }}-${{ github.sha }}
- name: Install Dependencies with Soldeer
run: forge soldeer update
- name: Run Slither Analysis
uses: docker://trailofbits/eth-security-toolbox:latest
with:
args: slither /github/workspace --exclude-dependencies --checklist