Skip to content

Commit

Permalink
implementing snyk scanning using
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerpearlman committed Jun 24, 2024
1 parent 8f5ac01 commit 55a51ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run Snyk Scan for Package Vulnerabilities for sre-example-apps
'on': push
jobs:
snyk-scan-go:
permissions:
contents: read
id-token: write
uses: epidemicsound/github-workflows/.github/workflows/snyk-scan-go.yaml@main
snyk-scan-node:
permissions:
contents: read
id-token: write
uses: epidemicsound/github-workflows/.github/workflows/snyk-scan-node.yaml@main

0 comments on commit 55a51ef

Please sign in to comment.