Returns the Syft compliance scan log by uid
GET/v1/spectroclusters/:uid/features/complianceScan/logs/:logUid/drivers/syft
Returns the Syft compliance scan log by uid
Request
Path Parameters
Header Parameters
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
Array [
]
]
metadata
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
annotations
object
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
labels
object
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
spec
Cluster compliance scan logs spec
status
Cluster compliance scan Syft Log Status
actor
Compliance Scan actor
location
object
Object identity meta
reports
undefined[]
dependencies
undefined[]
imageContexts
undefined[]
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
vulnerabilities
undefined[]
vulnerabilitySummary
Compliance Scan Syft Vulnerability Summary
scanContext
Compliance Scan Syft Context
scanTime
Cluster compliance scan Time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-02T18:20:58.845Z",
"deletionTimestamp": "2024-07-02T18:20:58.845Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-02T18:20:58.845Z",
"name": "string",
"uid": "string"
},
"spec": {
"clusterUid": "string",
"driverType": "string"
},
"status": {
"actor": {
"actorType": "string",
"uid": "string"
},
"location": {
"name": "string",
"uid": "string"
},
"message": "string",
"reports": [
{
"dependencies": [
{
"name": "string",
"type": "string",
"version": "string"
}
],
"image": "string",
"imageContexts": [
{
"containerName": "string",
"namespace": "string",
"podName": "string"
}
],
"isSBOMExist": true,
"state": "string",
"time": "2024-07-02T18:20:58.846Z",
"vulnerabilities": [
{
"fixedIn": "string",
"installed": "string",
"name": "string",
"severity": "string",
"type": "string",
"vulnerability": "string"
}
],
"vulnerabilitySummary": {
"critical": 0,
"high": 0,
"low": 0,
"medium": 0,
"negligible": 0,
"unknown": 0
}
}
],
"requestUid": "string",
"scanContext": {
"format": "string",
"labelSelector": "string",
"namespace": "string",
"podName": "string",
"scope": "string"
},
"scanTime": {
"endTime": "2024-07-02T18:20:58.846Z",
"startTime": "2024-07-02T18:20:58.846Z"
},
"state": "string"
}
}