Skip to content

Merge pull request #78 from guardian/bump-models #75

Merge pull request #78 from guardian/bump-models

Merge pull request #78 from guardian/bump-models #75

Workflow file for this run

# This action runs on every push to `main`
# If the branch it's running on is main then it will run snyk monitor (reports vulnerabilities to snyk.io)
name: Snyk
on:
push:
branches:
- main
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: guardian-dotcom-n2y
JAVA_VERSION: 8
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}