Merge pull request #564 from guardian/patch-for-update-snyk-org #282
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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-growth | |
SKIP_NODE: false | |
PROJECT_TAGS: Team=MarketingTools | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |