Skip to content

Commit 04a2511

Browse files
authored
fix: Trivy indent and capabilities (#1780)
1 parent 4ce16ea commit 04a2511

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

values/trivy-operator/trivy-operator.gotmpl

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ operator:
1212
replicas: {{ $t.operator.replicaCount }}
1313
metricsVulnIdEnabled: true
1414
infraAssessmentScannerEnabled: false
15+
clusterComplianceEnabled: false
1516

1617
serviceMonitor:
1718
enabled: true
@@ -20,7 +21,8 @@ serviceMonitor:
2021

2122
trivy:
2223
mode: Standalone
23-
resources: {{- $t.resources.trivy | toYaml | nindent 2 }}
24+
resources: {{- $t.resources.trivy | toYaml | nindent 4 }}
25+
ignoreUnfixed: true
2426

2527
podSecurityContext:
2628
runAsUser: 1001

0 commit comments

Comments
 (0)