Skip to content

[Snyk] Upgrade is-type-of from 1.2.1 to 1.4.0 #333

[Snyk] Upgrade is-type-of from 1.2.1 to 1.4.0

[Snyk] Upgrade is-type-of from 1.2.1 to 1.4.0 #333

Workflow file for this run

name: SNYK_SCAN
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
security:
environment: ali_oss_AK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- run: npm install
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_KEY }}