Skip to content

Rename movesynctest/Dockerfile to movedfile/Dockerfile #221

Rename movesynctest/Dockerfile to movedfile/Dockerfile

Rename movesynctest/Dockerfile to movedfile/Dockerfile #221

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