Skip to content

Commit

Permalink
Added code scanning to Snyk Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Macr0Nerd committed Apr 18, 2024
1 parent 59dabe0 commit ccfd16a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/snyk-python.yaml
Expand Up @@ -17,4 +17,10 @@ jobs:
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif

0 comments on commit ccfd16a

Please sign in to comment.