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
namespace: trivy-system
syncPolicy:
# automated sync disabled - installation cancelled
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground