Skip to content

use the main branch of release-image instead of a tagged version (#945) #782

use the main branch of release-image instead of a tagged version (#945)

use the main branch of release-image instead of a tagged version (#945) #782

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