Skip to main content
Version: latest

Update the Syft compliance scan log by uid

PATCH 

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

Update the Syft compliance scan log by uid

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    report

    required

    Syft report

    batchNoint32
    batchSizeint32

    dependencies

    undefined[]

  • Array [

  • namestring
    typestring
    versionstring
  • ]

  • imagestring

    imageContexts

    undefined[]

  • Array [

  • containerNamestring
    namespacestring
    podNamestring
  • ]

  • sbomstring
    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

    undefined[]

  • Array [

  • fixedInstring
    installedstring
    namestring
    severitystring
    typestring
    vulnerabilitystring
  • ]

  • vulnerabilitySummary

    Syft vulnerability summary

    criticalint32
    highint32
    lowint32
    mediumint32
    negligibleint32
    unknownint32
    requestUidstringrequired
    statusstringrequired

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

Responses

The resource was updated successfully

Loading...