Skip to content

fix: pip-sample/requirements.txt to reduce vulnerabilities #77

fix: pip-sample/requirements.txt to reduce vulnerabilities

fix: pip-sample/requirements.txt to reduce vulnerabilities #77

Workflow file for this run

name: "Snyk Python (3.8)"
description: "Check your Python application for vulnerabilties using Snyk"
author: "Gareth Rushgrove"
branding:
icon: "alert-triangle"
color: "yellow"
inputs:
command:
description: "Which Snyk command to run, defaults to test"
default: test
args:
description: "Additional arguments to pass to Snyk"
json:
description: "Output a snyk.json file with results if running the test command"
default: false
runs:
using: "docker"
image: "docker://snyk/snyk:python-3.8"
env:
FORCE_COLOR: 2
SNYK_INTEGRATION_NAME: GITHUB_ACTIONS
SNYK_INTEGRATION_VERSION: python-3.8
args:
- snyk
- ${{ inputs.command }}
- ${{ inputs.args }}