Skip to content

Merge pull request #1415 from guardian/cancellation-reasons-update #1680

Merge pull request #1415 from guardian/cancellation-reasons-update

Merge pull request #1415 from guardian/cancellation-reasons-update #1680

Workflow file for this run

# This action runs Snyk Monitor on every push to main
name: Snyk
on:
push:
branches:
- main
workflow_dispatch:
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Update Snyk UI with current vulnerabilities
uses: snyk/actions/[email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor
args: --org=guardian-value --project-name=${{ github.repository }} --file=./yarn.lock