cldkctl_registry_artifact_scan
Scan registry artifacts for vulnerabilities or compliance issues by providing the Artifact ID using the MCP cldkctl Server endpoint.
Instructions
Call the cldkctl_registry_artifact_scan endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
artifact_id | Yes | Artifact ID |
Input Schema (JSON Schema)
{
"properties": {
"artifact_id": {
"description": "Artifact ID",
"type": "string"
}
},
"required": [
"artifact_id"
],
"type": "object"
}