From 8b730e6b7938f7a69c8d13657b465948c2e8f839 Mon Sep 17 00:00:00 2001 From: Vladyslav Ponoiko Date: Tue, 23 Jan 2024 17:00:58 +0200 Subject: [PATCH] updated README to include up to date list of targets --- .gitignore | 3 ++- README.md | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 972b8c29..a80601bc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ values.yaml coverage.out heap* /.env* -.tools \ No newline at end of file +.tools +/.idea/ diff --git a/README.md b/README.md index 076e07d5..896ce4fe 100644 --- a/README.md +++ b/README.md @@ -52,17 +52,20 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/gettin ## Targets -Policy Reporter supports the following [Targets](https://kyverno.github.io/policy-reporter/core/06-targets) to send new (Cluster)PolicyReport Results too: +Policy Reporter supports the following [Targets](https://kyverno.github.io/policy-reporter/core/targets) to send new (Cluster)PolicyReport Results too: * [Grafana Loki](https://kyverno.github.io/policy-reporter/core/targets#grafana-loki) * [Elasticsearch](https://kyverno.github.io/policy-reporter/core/targets#elasticsearch) +* [Microsoft Teams](https://kyverno.github.io/policy-reporter/core/targets#microsoft-teams) * [Slack](https://kyverno.github.io/policy-reporter/core/targets#slack) * [Discord](https://kyverno.github.io/policy-reporter/core/targets#discord) -* [MS Teams](https://kyverno.github.io/policy-reporter/core/targets#microsoft-teams) * [Policy Reporter UI](https://kyverno.github.io/policy-reporter/core/targets#policy-reporter-ui) +* [Webhook](https://kyverno.github.io/policy-reporter/core/targets#webhook) * [S3](https://kyverno.github.io/policy-reporter/core/targets#s3-compatible-storage) +* [AWS Kinesis compatible Services](https://kyverno.github.io/policy-reporter/core/targets#kinesis-compatible-services) +* [AWS SecurityHub](https://kyverno.github.io/policy-reporter/core/targets#aws-securityhub) * [Google Cloud Storage](https://kyverno.github.io/policy-reporter/core/targets/#google-cloud-storage) -* Google Chat -* Telegram +* [Telegram](https://kyverno.github.io/policy-reporter/core/targets#telegram) +* [Google Chat](https://kyverno.github.io/policy-reporter/core/targets#google-chat) ## Monitoring