Skip to content

Commit

Permalink
Add snyk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 14ff5e3 commit 0f96ffc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Snyk
on:
push:
branches:
- main
- integrate-snyk-fe9daa637d74d1ca
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
ORG: <SNYK_ORG_ID>
SKIP_SBT: true
SKIP_NODE: true
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 0f96ffc

Please sign in to comment.