action anchore_get_image_sbom_native { label: "Get image sbom in the native Anchore format" provider: anchore method: GET path: "/images/{imageDigest}/sboms/native" encoding: json input: { type: "object" properties: { imageDigest: { type: "string" } "x-anchore-account": { type: "string" } } required: ["imageDigest"] additionalProperties: false } output: { type: "object" additionalProperties: true } }