Skip to content

Create snyk.yml

Create snyk.yml #1

Workflow file for this run

name: Docker image scan using Snyk
on:
push:
workflow_dispatch:
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_SECRET }}
with:
image: ubuntu:latest
json: true