Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

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 4587eaf commit e838ac5
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 Uncovering-High-Level-Content-in-the-Time-Domain
'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 e838ac5

Please sign in to comment.