Skip to content

Enable Dependency Graph Integrator to raise PRs to add workflow (#1164) #961

Enable Dependency Graph Integrator to raise PRs to add workflow (#1164)

Enable Dependency Graph Integrator to raise PRs to add workflow (#1164) #961

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