Skip to content

chore(deps-dev): bump @guardian/cdk from 58.1.2 to 58.1.3 in /cdk #236

chore(deps-dev): bump @guardian/cdk from 58.1.2 to 58.1.3 in /cdk

chore(deps-dev): bump @guardian/cdk from 58.1.2 to 58.1.3 in /cdk #236

Workflow file for this run

# This action runs on every push to main
# If the branch it's running on is main then it will run snyk monitor (reports vulnerabilities to snyk.io)
# Otherwise it will run snyk test
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: false
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}