Skip to content

Mention in license that it's the MIT license #19

Mention in license that it's the MIT license

Mention in license that it's the MIT license #19

Workflow file for this run

# This action is just a test
name: Snyk
on:
push:
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: guardian-test
SKIP_NODE: false
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}