From 9f94f1880c2b0dd00ea3ddb62645742f5d3bea56 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Thu, 19 Sep 2024 13:58:12 +0200 Subject: [PATCH] update SecurityHub docs Signed-off-by: Frank Jogeleit --- docs/policy-reporter/integrations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/policy-reporter/integrations.md b/docs/policy-reporter/integrations.md index 1ccbd85..e618248 100644 --- a/docs/policy-reporter/integrations.md +++ b/docs/policy-reporter/integrations.md @@ -784,7 +784,7 @@ AWS SecurityHub supports `WebIdentidy`, `PodIdentity` and `Credentials` as authe | Option | Description | Default | | ---------------------- | ----------------------------------------- | ----------------- | -| `accoundID` | AWS AccoundID | _(required)_ | +| `accountID` | AWS AccoundID | _(required)_ | | `endpoint` | API Endpoint | _(optional)_ | | `accessKeyID` | For Credentials authentication | _(optional)_ | | `secretAccessKey` | For Credentials authentication | _(optional)_ | @@ -802,7 +802,7 @@ AWS SecurityHub supports `WebIdentidy`, `PodIdentity` and `Credentials` as authe target: securityHub: region: 'eu-central-1' - accoundID: 'accoundID' + accountID: 'accountID' secretAccessKey: 'secretAccessKey' accessKeyID: 'accessKeyID' ``` @@ -812,7 +812,7 @@ target: securityHub: config: region: 'eu-central-1' - accoundID: 'accoundID' + accountID: 'accountID' secretAccessKey: 'secretAccessKey' accessKeyID: 'accessKeyID' ```