From 67529a07cfa28b3324b87f7d56dcaa3673ff987a Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 23 May 2025 18:08:09 +0000 Subject: [PATCH] Fix: revert to std trivyignore file due to new flag handling --- podman.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.mk b/podman.mk index 59286e2..964312e 100644 --- a/podman.mk +++ b/podman.mk @@ -49,7 +49,7 @@ test:: ## test built artificats scan: ## Scan image using trivy echo "Scanning $(IMAGE):$(TAG)-$(_ARCH) using Trivy $(TRIVY_REMOTE)" - trivy image $(TRIVY_OPTS) --quiet --no-progress --ignorefile ./.trivyignore.yaml localhost/$(IMAGE):$(TAG)-$(_ARCH) + trivy image $(TRIVY_OPTS) --quiet --no-progress 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