Cross-Provider Workflow
GitHub Code Scanning Alert to Microsoft Teams
Version 1.0.0
Pull a GitHub code-scanning alert and announce it in a Teams channel.
Providers Orchestrated
Workflows
codescan-alert-to-teams
List a GitHub code-scanning alert and post it to Microsoft Teams.
Retrieves code-scanning alerts for a repository and sends a Microsoft Teams channel message describing the top alert.
1
list-alerts
$sourceDescriptions.githubCodeScanning.listCodeScanningAlertsForRepository
List code-scanning alerts for the GitHub repository.
2
post-to-teams
$sourceDescriptions.microsoftTeams.sendChannelMessage
Post the code-scanning alert into a Microsoft Teams channel.
Source API Descriptions
openapi