Skip to content

Fix Monitoring by defining the NodeJS runtime version #766

Fix Monitoring by defining the NodeJS runtime version

Fix Monitoring by defining the NodeJS runtime version #766

Workflow file for this run

name: Snyk PR
on:
pull_request:
paths:
- '**/package.json'
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk-pr.yml@main
with:
ORG: guardian-consent
SEVERITY_THRESHOLD: critical
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}