Skip to content

Post-release of v1.7.0 by @tjsilver: set snapshot version #61

Post-release of v1.7.0 by @tjsilver: set snapshot version

Post-release of v1.7.0 by @tjsilver: set snapshot version #61

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:
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 }}