Skip to content

Commit

Permalink
update SecurityHub docs
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Sep 19, 2024
1 parent b6b2b5e commit 9f94f18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/policy-reporter/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)_ |
Expand All @@ -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'
```
Expand All @@ -812,7 +812,7 @@ target:
securityHub:
config:
region: 'eu-central-1'
accoundID: 'accoundID'
accountID: 'accountID'
secretAccessKey: 'secretAccessKey'
accessKeyID: 'accessKeyID'
```
Expand Down

0 comments on commit 9f94f18

Please sign in to comment.