Skip to content

Commit

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

on:
push:
branches:
- master
workflow_dispatch:

- main
- integrate-snyk-scala
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: guardian-capi
ORG: <SNYK_ORG_ID>
SKIP_NODE: true
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 8954608

Please sign in to comment.