Skip to content

[Snyk] Security upgrade express from 4.19.2 to 4.21.0 #123

[Snyk] Security upgrade express from 4.19.2 to 4.21.0

[Snyk] Security upgrade express from 4.19.2 to 4.21.0 #123

Workflow file for this run

name: Snyk Scan
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Snyk Scan
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor