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

