Snyk Python-3.6 action
Using the Snyk Python (3.6) action to check for vulnerabilities
name: Example workflow for Python-3.6 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.6@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}Using the Snyk Python (3.6) action to run snyk monitor
Uploading Snyk scan results to GitHub Code Scanning using the Snyk Python (3.6) action
Last updated
Was this helpful?

