We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bd7d7 commit ccecb7fCopy full SHA for ccecb7f
Makefile.ibm
@@ -64,7 +64,7 @@ trivy-scan-python-vulnerabilities:
64
./scripts/gen-pipfile.sh > Pipfile
65
pipenv --python `which python3`
66
pipenv lock
67
- $(TRIVY) fs --exit-code 1 --ignore-unfixed --security-checks vuln ./
+ $(TRIVY) fs --exit-code 1 --ignore-unfixed --scanners vuln ./
68
69
docker-quality-images:
70
for image_name in $(DOCKER_IMAGES_TO_SCAN) ; do \
0 commit comments