Skip to content

Bump axios from 1.2.1 to 1.6.0 #622

Bump axios from 1.2.1 to 1.6.0

Bump axios from 1.2.1 to 1.6.0 #622

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