MS Teams - kyverno/policy-reporter GitHub Wiki
Send new PolicyReport Results with all available information over the Webhook API to MS Teams.
Installation and Configuration
Enable Slack by configure your Discord Webhook API under target.teams.webhook
.
helm install policy-reporter policy-reporter/policy-reporter --set target.teams.webhook=http://hook.teams -n policy-reporter --create-namespace
- Configure
target.teams.minimumPriority
to send only results with the configured minimumPriority or above, empty means all results. (info < warning < error) - Configure
target.teams.skipExistingOnStartup
to skip all results who already existed before the PolicyReporter started (default:true
).
target:
teams:
webhook: ""
minimumPriority: ""
skipExistingOnStartup: true