Skip to content

Commit

Permalink
Add Snyk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 8a8b60c commit 7bc902e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
name: Snyk

on:
push:
branches:
- master
workflow_dispatch:

- main
- integrate-snyk-5514a8892997f4b7
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: guardian-capi
SKIP_NODE: false
NODE_PACKAGE_JSON_FILES_MISSING_LOCK: ./package.json
NODE_VERSION_OVERRIDE: 16
ORG: <SNYK_ORG_ID>
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 7bc902e

Please sign in to comment.