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 237af33 commit 7d0bdea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run Snyk Scan for Package Vulnerabilities for VICMus
'on': push
jobs:
snyk-scan-python:
permissions:
contents: read
id-token: write
uses: epidemicsound/github-workflows/.github/workflows/snyk-scan-python.yaml@main
with:
python-version: 0

0 comments on commit 7d0bdea

Please sign in to comment.