Skip to content

v3.0.3 published by andrew-nowak #42

v3.0.3 published by andrew-nowak

v3.0.3 published by andrew-nowak #42

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: false
NODE_VERSION_FILE: ./pan-domain-node/.nvmrc
EXCLUDE: hmac-examples
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}