Skip to content

Commit

Permalink
Merge pull request #38 from guardian/integrate-snyk-scala-shell
Browse files Browse the repository at this point in the history
Integrate Scala projects with Snyk
  • Loading branch information
rtyley committed Apr 12, 2024
2 parents 7dbd342 + fd57cee commit 231ab08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Snyk
on:
push:
branches:
- main
- integrate-snyk-scala-shell
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
ORG: guardian-dotcom-n2y
SKIP_NODE: true
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 231ab08

Please sign in to comment.