Skip to content

Bump solidity-coverage from 0.7.22 to 0.8.10 #631

Bump solidity-coverage from 0.7.22 to 0.8.10

Bump solidity-coverage from 0.7.22 to 0.8.10 #631

name: Vulnerability code scanning
on: [pull_request]
jobs:
vulnerability-scanner-slither:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Set up dependencies
run: yarn
- name: Run Slither
uses: crytic/[email protected]
id: slither
with:
node-version: 16
slither-args: --exclude-dependencies --exclude naming-convention,pragma,external-function