Skip to main content

Update the KubeHunter compliance scan log by uid

PUT 

/v1/spectroclusters/:uid/features/complianceScan/logs/drivers/kubeHunter

Update the KubeHunter compliance scan log by uid

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    reports

    object

    required

    property name*

    KubeHunter report

    logs

    undefined[]

  • Array [

  • descriptionstring
    evidencestring
    referencestring
    severitystring
    testIdstring
    vulnerabilitystring
  • ]

  • timedate-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.

    vulnerabilities

    KubeHunter vulnerability data

    highint32
    lowint32
    mediumint32
    requestUidstringrequired
    statusstringrequired

    Possible values: [Completed, InProgress, Failed, Initiated]

Responses

The resource was updated successfully

Loading...