diff --git a/trivy/argocd.yaml b/trivy/argocd.yaml index ad95cd2..37fc214 100644 --- a/trivy/argocd.yaml +++ b/trivy/argocd.yaml @@ -92,6 +92,11 @@ spec: destination: server: https://kubernetes.default.svc namespace: trivy-system + ignoreDifferences: + - group: apps + kind: Deployment + jsonPointers: + - /spec/template/spec/containers/0/resources/limits/cpu syncPolicy: automated: prune: true @@ -100,6 +105,7 @@ spec: - CreateNamespace=true - PrunePropagationPolicy=foreground - PruneLast=true + - RespectIgnoreDifferences=true retry: limit: 5 backoff: