Skip to content

Merge pull request #146 from open-format/feature/of-492-deploy-points… #278

Merge pull request #146 from open-format/feature/of-492-deploy-points…

Merge pull request #146 from open-format/feature/of-492-deploy-points… #278

Workflow file for this run

name: Slither Analysis
on:
push:
branches:
- main
- staging
pull_request:
branches:
- main
- staging
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Run Slither
uses: crytic/slither-action@dev-git-safe-workspace
id: slither
with:
sarif: results.sarif
fail-on: medium
slither-version: "0.9.1"