Skip to content

Feature/of 236 remove operator filter from all erc721 implementations #239

Feature/of 236 remove operator filter from all erc721 implementations

Feature/of 236 remove operator filter from all erc721 implementations #239

Workflow file for this run

name: Slither Analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
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"