This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,18 @@ metadata:
77 name : scans.scans.experimental.securecodebox.io
88spec :
99 additionalPrinterColumns :
10+ - JSONPath : .spec.scanType
11+ description : Scan Type
12+ name : Type
13+ type : string
1014 - JSONPath : .status.state
1115 description : Scan State
1216 name : State
1317 type : string
18+ - JSONPath : .status.findingCount
19+ description : Total Finding Count
20+ name : Findings
21+ type : string
1422 group : scans.experimental.securecodebox.io
1523 names :
1624 kind : Scan
4755 status :
4856 description : ScanStatus defines the observed state of Scan
4957 properties :
58+ findingCategories :
59+ additionalProperties :
60+ format : int64
61+ type : integer
62+ description : FindingCategories indicates the count of finding broken
63+ down by their categories
64+ type : object
65+ findingCount :
66+ description : FindingCount indicates how many findings were identified
67+ in total
68+ format : int64
69+ type : integer
70+ findingSeverities :
71+ description : FindingSeverities indicates the count of finding with the
72+ respective severity
73+ properties :
74+ highCount :
75+ format : int64
76+ type : integer
77+ informationalCount :
78+ format : int64
79+ type : integer
80+ lowCount :
81+ format : int64
82+ type : integer
83+ mediumCount :
84+ format : int64
85+ type : integer
86+ type : object
5087 rawResultFile :
5188 description : RawResultFile Filename of the result file of the scanner.
5289 e.g. `nmap-result.xml`
You can’t perform that action at this time.
0 commit comments