Merge commit '632076a98dcc50c67a52089b66f762988dbb5ec3'
This commit is contained in:
commit
d56b907116
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user