File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -316,4 +316,8 @@ $(HELMIFY): $(LOCALBIN)
316316 test -s $(LOCALBIN ) /helmify || GOBIN=$(LOCALBIN ) go install github.com/arttor/helmify/cmd/helmify@latest
317317
318318helm : manifests kustomize helmify
319- $(KUSTOMIZE ) build config/default | $(HELMIFY ) charts/marklogic-operator
319+ $(KUSTOMIZE ) build config/default | $(HELMIFY ) charts/marklogic-operator
320+
321+ .PHONY : image-scan
322+ image-scan : docker-build
323+ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock anchore/grype:latest $(IMG )
Original file line number Diff line number Diff line change 11module github.com/marklogic/marklogic-kubernetes-operator
22
3- go 1.22.3
4-
5- toolchain go1.22.4
3+ go 1.22.6
64
75require (
86 github.com/cisco-open/k8s-objectmatcher v1.10.0
You can’t perform that action at this time.
0 commit comments