You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vendor/kmodules.xyz/resource-metadata/hub/resourcedashboards/reports.scanner.appscode.com/v1alpha1/cvereports.yaml
+10-10
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ spec:
14
14
condition: '{{- if keys .request }}false{{ else }}true{{ end -}}'
15
15
panels:
16
16
- title: Cluster CVE Occurance Total
17
-
width: 6
17
+
width: 4
18
18
- title: Cluster CVE Count Total
19
-
width: 6
19
+
width: 4
20
20
title: ACE / Scanner / Cluster CVEs
21
21
- if:
22
22
condition: '{{- if eq (dig "request" "resource" "kind" "-" .) "Namespace" }}true{{ else }}false{{ end -}}'
23
23
panels:
24
24
- title: Namespace CVE Occurance Total
25
-
width: 6
25
+
width: 4
26
26
- title: Namespace CVE Count Total
27
-
width: 6
27
+
width: 4
28
28
title: ACE / Scanner / Namespace CVEs
29
29
vars:
30
30
- name: ns
@@ -33,9 +33,9 @@ spec:
33
33
condition: '{{- if eq (dig "request" "resource" "kind" "-" .) "CVE" }}true{{ else }}false{{ end -}}'
34
34
panels:
35
35
- title: CVE occurrence in cluster
36
-
width: 6
36
+
width: 4
37
37
- title: CVE occurrence in Namespace
38
-
width: 6
38
+
width: 4
39
39
title: ACE / Scanner / CVE Report
40
40
vars:
41
41
- name: cve
@@ -44,9 +44,9 @@ spec:
44
44
condition: '{{- if eq (dig "request" "resource" "kind" "-" .) "Image" }}true{{ else }}false{{ end -}}'
0 commit comments