Skip to content

Commit

Permalink
Merge pull request #23 from guardian/nori/snyk-integration
Browse files Browse the repository at this point in the history
Integrate repo with snyk GHA
  • Loading branch information
andrew-nowak committed Jul 13, 2022
2 parents e966dfd + e97c7e1 commit e8ee0d7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This action runs snyk monitor on every push to main
name: Snyk

on:
push:
branches:
- main
workflow_dispatch:

jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: guardian
SKIP_NODE: true
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit e8ee0d7

Please sign in to comment.