Skip to content

Post-release of v3.0.0 by @davidfurey: set snapshot version #51

Post-release of v3.0.0 by @davidfurey: set snapshot version

Post-release of v3.0.0 by @davidfurey: set snapshot version #51

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
SKIP_NODE: true
EXCLUDE: atom-manager-play-lib,atom-publisher-lib
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}