From 8fb40c7f153e86df15baf1477e29370e1693f4bd Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 18 Nov 2022 14:06:33 +0100 Subject: [PATCH] fix: adjust trivy call to local podman --- podman.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.mk b/podman.mk index 1ac77d8..29e69d6 100644 --- a/podman.mk +++ b/podman.mk @@ -32,7 +32,7 @@ test: rm-test-image ## Execute Dockerfile.test scan: ## Scan image using trivy echo "Scanning $(IMAGE):$(TAG)-$(ARCH) using Trivy $(TRIVY_REMOTE)" - trivy image $(TRIVY_OPTS) $(IMAGE):$(TAG)-$(ARCH) + trivy image $(TRIVY_OPTS) localhost/$(IMAGE):$(TAG)-$(ARCH) # first tag and push all actual images # create new manifest for each tag and add all available TAG-ARCH before pushing