Cross-Provider Workflow
GitHub Code Scanning Alert to Datadog Event to Slack
Version 1.0.0
Pull a GitHub code-scanning alert, post a Datadog event, then notify Slack.
Providers Orchestrated
Workflows
codescan-to-datadog-event-to-slack
List a code-scanning alert, post a Datadog event, and notify Slack.
Retrieves code-scanning alerts for a repository, records the top finding as a Datadog event, and posts a Slack message about the alert.
1
list-alerts
$sourceDescriptions.githubCodeScanning.listCodeScanningAlertsForRepository
List code-scanning alerts for the GitHub repository.
2
post-datadog-event
$sourceDescriptions.datadogEvents.createEvent
Record the code-scanning alert as a Datadog event.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Notify a Slack channel about the code-scanning alert.
Source API Descriptions
openapi
openapi