v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
AppSecOps

Ingest container security findings from external tools

Ingest container security findings from tools like Dockle and Hadolint

post/v1/appsecops/container/findings/ingest

Request body

tenant_idstring required

Unique identifier of the tenant submitting the container security findings

sbom_version_idstring required

Unique identifier of the SBOM version to associate the container security findings with

Example request

{
  "container_findings": [
    {
      "file_format": "json",
      "parser_status": {
        "status": "error"
      }
    }
  ]
}

Response

Success

file_format'json' | 'txt' required

Format of the container security findings file (JSON or plain text)

attachment_idstring required

Unique identifier of the attachment containing the container security findings data

created_bystring

Name of the user who recently created the container findings

updated_bystring

Name of the user who recently updated the container findings

__typestring required

Concrete type used for polymorphic deserialization (discriminator)

Example response

[
  {
    "file_format": "json",
    "parser_status": {
      "status": "error"
    }
  }
]