implementing snyk scanning using #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
Check failure on line 8 in .github/workflows/snyk-security.yml GitHub Actions / .github/workflows/snyk-security.ymlInvalid workflow file
|
||
with: | ||
python-version: 0 |