Cross-Provider Workflow
Aqua Security Image Registration and Scan Gate to Slack
Version 1.0.0
Register an image in Aqua, read its scan verdict, and notify Slack of the gate result.
Providers Orchestrated
Workflows
register-scan-and-gate
Register an Aqua image, read its scan result, and post the gate to Slack.
Registers a container image for scanning in Aqua Security, retrieves the image's scan and assurance status, and posts the resulting gate decision to a Slack channel.
1
register-image
$sourceDescriptions.aquaSecurityApi.registerImage
Register a container image for scanning in Aqua Security.
2
get-image
$sourceDescriptions.aquaSecurityApi.getImage
Retrieve the scanned image's assurance and vulnerability status.
3
post-gate-result
$sourceDescriptions.slackChatApi.postChatPostmessage
Post the image scan gate decision to a Slack channel.
Source API Descriptions
openapi