Skip to content

Post-release of v2.0.1 by @rtyley: set snapshot version #22

Post-release of v2.0.1 by @rtyley: set snapshot version

Post-release of v2.0.1 by @rtyley: set snapshot version #22

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