-
Notifications
You must be signed in to change notification settings - Fork 82
MS Teams
Frank Jogeleit edited this page Jul 23, 2021
·
3 revisions
Send new PolicyReport Results with all available information over the Webhook API to MS Teams.
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