Skip to content

Commit

Permalink
Adds org to reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SHession committed Feb 9, 2022
1 parent 141c645 commit 2550c9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
schedule:
- cron: "0 6 * * *"
push:
# branches:
# - main
branches:
- main
workflow_dispatch:

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

0 comments on commit 2550c9c

Please sign in to comment.