Skip to content

chore: Update Jest in Common (#2240) #100

chore: Update Jest in Common (#2240)

chore: Update Jest in Common (#2240) #100

Workflow file for this run

name: Snyk
on:
push:
branches:
- master
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: guardian-mobile
SKIP_NODE: false
NODE_PACKAGE_JSON_FILES_MISSING_LOCK: projects/Mallard/package.json # not missing lock but seemingly needs to be installed for gradle build to work
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}