Skip to content

access hook allows for null values in data #345

access hook allows for null values in data

access hook allows for null values in data #345

Workflow file for this run

name: Snyk
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
security:
with:
ORG: guardian-newsletters-b16
SKIP_SBT: true # SBT is not used in this project
SKIP_PYTHON: true # Python is not used in this project
SKIP_GO: true # GO is not used in this project
EXCLUDE: project.json
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}