Download SBOM for an artifact
required | object (ArtifactSpec) |
Response Body for Artifact Sbom
{- "spec": {
- "type": "IMAGE"
}
}
{- "sbom": "string"
}
Download SBOM score for an artifact
required | object (ArtifactSpec) |
Example response
{- "spec": {
- "type": "IMAGE"
}
}
{- "orchestration_id": "string",
- "account_id": "string",
- "org_id": "string",
- "project_id": "string",
- "avg_score": "string",
- "max_score": "string",
- "creation_on": "string",
- "sbom_details": {
- "tool_name": "string",
- "tool_version": "string",
- "sbom_file_name": "string",
- "sbom_format": "string",
- "sbom_version": "string",
- "file_format": "string"
}, - "score_card_info": {
- "tool_name": "string",
- "tool_version": "string"
}, - "category": [
- {
- "name": "string",
- "is_enabled": "string",
- "weightage": "string",
- "max_score": "string",
- "score": "string",
- "checks": [
- {
- "name": "string",
- "description": "string",
- "score": "string",
- "max_score": "string",
- "is_enabled": "string"
}
]
}
]
}