Snyk Python-3.7 action
Snyk Python (3.7) Action
name: Example workflow for Python-3.7 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-3.7@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 (3.7) Action
Last updated
Was this helpful?

