Skip to content

Commit ccecb7f

Browse files
author
“Brittany
committed
update makefile to remove deprecated command
Signed-off-by: “Brittany <[email protected]>
1 parent d3bd7d7 commit ccecb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.ibm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ trivy-scan-python-vulnerabilities:
6464
./scripts/gen-pipfile.sh > Pipfile
6565
pipenv --python `which python3`
6666
pipenv lock
67-
$(TRIVY) fs --exit-code 1 --ignore-unfixed --security-checks vuln ./
67+
$(TRIVY) fs --exit-code 1 --ignore-unfixed --scanners vuln ./
6868

6969
docker-quality-images:
7070
for image_name in $(DOCKER_IMAGES_TO_SCAN) ; do \

0 commit comments

Comments
 (0)