Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit d0cedc9

Browse files
committed
Add compiled crd
1 parent ee24095 commit d0cedc9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

operator/config/crd/bases/execution.experimental.securecodebox.io_scans.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ metadata:
77
name: scans.execution.experimental.securecodebox.io
88
spec:
99
additionalPrinterColumns:
10+
- JSONPath: .metadata.uid
11+
description: K8s Resource UID
12+
name: UID
13+
priority: 1
14+
type: string
1015
- JSONPath: .spec.scanType
1116
description: Scan Type
1217
name: Type
@@ -19,6 +24,11 @@ spec:
1924
description: Total Finding Count
2025
name: Findings
2126
type: string
27+
- JSONPath: .spec.parameters
28+
description: Arguments passed to the Scanner
29+
name: Parameters
30+
priority: 1
31+
type: string
2232
group: execution.experimental.securecodebox.io
2333
names:
2434
kind: Scan

0 commit comments

Comments
 (0)