Cross-Provider Workflow
Sysdig Vulnerability Scan to GitHub Issue and Slack Alert
Version 1.0.0
Scan a container image with Sysdig Secure, file a GitHub issue, and alert Slack.
Providers Orchestrated
Workflows
scan-image-track-and-alert
Scan a Sysdig image, open a GitHub issue, and alert Slack.
Triggers a Sysdig Secure scan for a container image, retrieves vulnerability findings for that image, creates a GitHub issue to track remediation, and posts a Slack alert.
1
trigger-scan
$sourceDescriptions.sysdigSecureApi.scanImage
Trigger a vulnerability scan for the container image in Sysdig Secure.
2
get-vulnerabilities
$sourceDescriptions.sysdigSecureApi.getImageVulnerabilities
Retrieve vulnerability findings for the scanned image.
3
open-issue
$sourceDescriptions.githubRepoIssuesApi.createAnIssue
Open a GitHub issue to track remediation of the findings.
4
alert-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post a Slack alert summarizing the scan and the new tracking issue.
Source API Descriptions
openapi
openapi