FEAT(trivy): enable Trivy operator for security scanning

- Uncomment trivy/argocd.yaml in kustomization.yaml
- Enable automated sync in trivy argocd.yaml
This commit is contained in:
2025-12-31 21:14:29 +09:00
parent 334c16f22a
commit a3d971b986

View File

@@ -24,7 +24,9 @@ spec:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: trivy-system namespace: trivy-system
syncPolicy: syncPolicy:
# automated sync disabled - installation cancelled automated:
prune: true
selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- PrunePropagationPolicy=foreground - PrunePropagationPolicy=foreground