Skip to content

Added code scanning to Snyk Python #2

Added code scanning to Snyk Python

Added code scanning to Snyk Python #2

Workflow file for this run

name: Snyk Python
on:
push:
branches: ["main", "dev", "snyk"]
pull_request:
branches: ["main", "dev"]
permissions:
contents: read
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 }}
with:
args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning

Check failure on line 23 in .github/workflows/snyk-python.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/snyk-python.yaml

Invalid workflow file

You have an error in your yaml syntax on line 23
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif