update docs
This commit is contained in:
parent
e083719d7b
commit
cb15e9549c
|
@ -0,0 +1,34 @@
|
||||||
|
findings -> (list)
|
||||||
|
|
||||||
|
The findings from the image scan.
|
||||||
|
|
||||||
|
(structure)
|
||||||
|
|
||||||
|
Contains information about an image scan finding.
|
||||||
|
|
||||||
|
name -> (string)
|
||||||
|
|
||||||
|
The name associated with the finding, usually a CVE number.
|
||||||
|
description -> (string)
|
||||||
|
|
||||||
|
The description of the finding.
|
||||||
|
uri -> (string)
|
||||||
|
|
||||||
|
A link containing additional details about the security vulnerability.
|
||||||
|
severity -> (string)
|
||||||
|
|
||||||
|
The finding severity.
|
||||||
|
attributes -> (list)
|
||||||
|
|
||||||
|
A collection of attributes of the host from which the finding is generated.
|
||||||
|
|
||||||
|
(structure)
|
||||||
|
|
||||||
|
This data type is used in the ImageScanFinding data type.
|
||||||
|
|
||||||
|
key -> (string)
|
||||||
|
|
||||||
|
The attribute key.
|
||||||
|
value -> (string)
|
||||||
|
|
||||||
|
The value assigned to the attribute key.
|
Loading…
Reference in New Issue