Skip to content

SNYK 12

SNYK 12 #32

Workflow file for this run

name: Snyk Scan
on:
pull_request:
branches: [main, test-branch]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/ruby@master
continue-on-error: true # To make sure that SARIF upload gets called
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: >> snyk.txt

Check failure on line 19 in .github/workflows/snyktest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/snyktest.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
filePath: snyk.txt