Skip to content

Merge pull request #28 from peterbaumert/patch-1 #30

Merge pull request #28 from peterbaumert/patch-1

Merge pull request #28 from peterbaumert/patch-1 #30

Workflow file for this run

name: Example workflow using Snyk
on: push
jobs:
security:
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 }}