Skip to content

fix: Dockerfile to reduce vulnerabilities #22

fix: Dockerfile to reduce vulnerabilities

fix: Dockerfile to reduce vulnerabilities #22

Workflow file for this run

name: Snyk
on: push
jobs:
Snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor