Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to remove references to docker desktop #141

Merged
merged 3 commits into from
Dec 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update makefile to remove deprecated command
Signed-off-by: “Brittany <brittany.c.williams@ibm.com>
  • Loading branch information
“Brittany committed Dec 12, 2023
commit ccecb7f4921763e31bf876b09e3d27b7928c2d3f
2 changes: 1 addition & 1 deletion Makefile.ibm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ trivy-scan-python-vulnerabilities:
./scripts/gen-pipfile.sh > Pipfile
pipenv --python `which python3`
pipenv lock
$(TRIVY) fs --exit-code 1 --ignore-unfixed --security-checks vuln ./
$(TRIVY) fs --exit-code 1 --ignore-unfixed --scanners vuln ./

docker-quality-images:
for image_name in $(DOCKER_IMAGES_TO_SCAN) ; do \
Expand Down