Skip to content

Commit

Permalink
Snyk Workflow add (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
SadFaceSmith authored Feb 7, 2023
1 parent 561e46e commit 9178c13
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 Monitor Scanning
on:
release:
types: [published]
push:
branches:
- 'main'
- 'master'
workflow_dispatch:

jobs:
snyk-scan-ci:
uses: 'grafana/security-github-actions/.github/workflows/snyk_monitor.yml@main'
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 9178c13

Please sign in to comment.