Skip to content

fix: todolist-goof/movesyncTest/Dockerfile to reduce vulnerabilities #209

fix: todolist-goof/movesyncTest/Dockerfile to reduce vulnerabilities

fix: todolist-goof/movesyncTest/Dockerfile to reduce vulnerabilities #209

Workflow file for this run

name: Example workflow for Docker using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Run Snyk to check Docker images for vulnerabilities
uses: snyk/actions/docker@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: node:latest
args: --severity-threshold=high