Skip to content

Merge pull request #129 from guardian/update-play-git-hub-to-tolerate… #64

Merge pull request #129 from guardian/update-play-git-hub-to-tolerate…

Merge pull request #129 from guardian/update-play-git-hub-to-tolerate… #64

Workflow file for this run

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-devtools
SKIP_NODE: true
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}