Snyk Python action
Using the Snyk Python Action to check for vulnerabilities
name: Example workflow for Python using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}Using the Snyk Python action to run snyk monitor
Uploading Snyk scan results to GitHub Code Scanning using the Snyk Python action
Last updated
Was this helpful?

