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 May 6, 2024
1 parent 999ffc4 commit 4f8755f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Run Snyk Scan for Package Vulnerabilities for semver-release-action
'on': push
jobs:
snyk-scan-go:
permissions:
contents: read
id-token: write
uses: epidemicsound/github-workflows/.github/workflows/snyk-scan-go.yaml@main

0 comments on commit 4f8755f

Please sign in to comment.