Skip to content

Try scan_requirements_file_only: 'true' #446

Try scan_requirements_file_only: 'true'

Try scan_requirements_file_only: 'true' #446

Workflow file for this run

name: 'Vulnerabilities scanning'
on:
push:
jobs:
scan:
name: Vulnerabilities scan
uses: th2-net/.github/.github/workflows/python-scan.yml@python-workflow
with:
# safety-args: '-i 70612' # ignore https://data.safetycli.com/v/70612/97c/. Jinja2 library is not used in our code directly.
scan_requirements_file_only: 'true'

Check failure on line 11 in .github/workflows/scanning.yaml

View workflow run for this annotation

GitHub Actions / Vulnerabilities scanning

Invalid workflow file

The workflow is not valid. .github/workflows/scanning.yaml (Line: 11, Col: 36): Invalid input, scan_requirements_file_only is not defined in the referenced workflow.