Try scan_requirements_file_only: 'true' #446
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
|
||