superlint/test/linters/checkov/good/good_kustomize/kustomization.yaml
Marco Ferrari d74351fda7
feat: add the kustomize binary for checkov (#5763)
Checkov needs the kustomize binary to enable related checks, otherwise
these checks are silently skipped.

Ref https://www.checkov.io/7.Scan%20Examples/Kustomize.html
2024-06-27 19:03:16 +02:00

15 lines
296 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: test-image
newName: hello-world
newTag: linux
digest: sha256:b7d87b72c676fe7b704572ebdfdf080f112f7a4c68fb77055d475e42ebc3686f
namespace: non-default-namespace
resources:
- graph_check.yaml
...