Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dd8c7d

Browse files
authored
Merge pull request Hacker0x01#505 from h3xar0n/patch-3
move S3 bucket to prerequisites
2 parents bfd2500 + cdc23a3 commit 0dd8c7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/programs/aws-security-hub-integration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ The HackerOne webhook targets an API Gateway, which forwards the request to a La
3737

3838
Ensure that you have met all of the above [Prerequisites](#prerequisites).
3939

40+
Additionally, create or choose an existing S3 bucket to host the CloudFormation configuration file. The bucket should not be public, but the IAM role you are using must have read and write access to it.
41+
4042
In addition, you need the following:
4143

4244
1. Navigate to [Security Hub > Integrations](https://console.aws.amazon.com/securityhub/home#/integrations) and search for `HackerOne`.
4345
1. Click *Accept findings* in the **HackerOne: Vulnerability Intelligence** card.
44-
1. Choose an S3 bucket to host the configuration; the bucket should not be public, but the IAM role you are using must have read and write access to it.
4546
1. Clone the [hackerone-to-aws-security-hub](https://github.com/Hacker0x01/hackerone-to-aws-security-hub) repository.
4647
1. Use the bash script in the repository to build and deploy the serverless app.
4748
1. Create a [HackerOne Webhook](https://docs.hackerone.com/programs/webhooks.html).

0 commit comments

Comments
 (0)