Cross-Provider Workflow
Palo Alto Prisma Cloud Compute Image Gate to Slack
Version 1.0.0
Authenticate to Prisma Cloud Compute, read image and CI scan results, and notify Slack.
Providers Orchestrated
Workflows
compute-image-gate
Authenticate, read Prisma image and CI scans, and post a Slack gate.
Authenticates to Prisma Cloud Compute, reads scanned image results and CI scan results, and posts the image gate decision to a Slack channel.
1
authenticate
$sourceDescriptions.prismaComputeApi.authenticate
Authenticate to Prisma Cloud Compute and obtain a session token.
2
get-images
$sourceDescriptions.prismaComputeApi.getImages
Read scanned image results from Prisma Cloud Compute.
3
get-ci-scans
$sourceDescriptions.prismaComputeApi.getCIScans
Read CI scan results to evaluate the build's image security.
4
post-gate
$sourceDescriptions.slackChatApi.postChatPostmessage
Post the image gate decision to a Slack channel.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.