From 632076a98dcc50c67a52089b66f762988dbb5ec3 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 18 Nov 2022 14:06:38 +0100 Subject: [PATCH] Squashed '.ci/' changes from 7378ea9..8fb40c7 8fb40c7 fix: adjust trivy call to local podman git-subtree-dir: .ci git-subtree-split: 8fb40c7f153e86df15baf1477e29370e1693f4bd --- 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