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

Skip to content

Commit 0e55ad4

Browse files
authored
move S3 to H1 -> SH step
1 parent 668eece commit 0e55ad4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ With consolidated vulnerability reports, unified findings for more informed resp
1919
1. Install [the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).
2020
1. Retrieve the AWS Access Key ID and the AWS Secret Access Key for an identity that has permission to create an API Gateway, Lambda, and a new IAM Role for the Lambda to connect to Security Hub.
2121
1. Use `aws configure` to set the credentials and the region where you have Security Hub enabled.
22-
- An S3 bucket to host the configuration.
2322
- A HackerOne program account with the ability to configure [Webhooks](https://docs.hackerone.com/programs/webhooks.html) to send reports and the ability to generate [API tokens](https://docs.hackerone.com/programs/api-tokens.html) to receive reports.
2423

2524
## HackerOne to Security Hub
@@ -38,6 +37,9 @@ The HackerOne webhook targets an API Gateway, which forwards the request to a La
3837

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

40+
In addition, you need the following:
41+
42+
1. Choose an S3 bucket to host the configuration.
4143
1. Clone the [hackerone-to-security-hub](https://github.com/Hacker0x01/hackerone-to-security-hub) repository.
4244
1. Use the bash script in the repository to build and deploy the serverless app.
4345
1. Create a [HackerOne Webhook](https://docs.hackerone.com/programs/webhooks.html).

0 commit comments

Comments
 (0)