diff --git a/README.md b/README.md index 518ecc83d..7c1e94885 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Follow the steps in [the README in the AWS subfolder](aws/README.md). _Can be used for challenges 1-11_ -Follow the steps in [the README in the GCP subfolder](gcp/README.md). Note that this is [still](https://github.com/commjoen/wrongsecrets/issues/39) [work in progress](https://github.com/commjoen/wrongsecrets/issues/40) +Follow the steps in [the README in the GCP subfolder](gcp/README.md). ## Special thanks & Contributors @@ -193,4 +193,4 @@ Follow the steps below on adding a challenge: 2. Add the new challenge in the `org.owasp.wrongsecrets.challenges` folder. Make sure you add an explanation in `src/main/resources/explanations` and refer to it from your new Challenge class. 3. Add a unit and integration test to show that your challenge is working. -If you want to move existing cloud challenges to antoerh cloud: extend Challenge classes in the `org.owasp.wrongsecrets.challenges.cloud` package and make sure you add the required Terraform in a folder with the separate cloud identified. Collaborate with the others at the project to get your container running so you can test at the cloud account. \ No newline at end of file +If you want to move existing cloud challenges to antoerh cloud: extend Challenge classes in the `org.owasp.wrongsecrets.challenges.cloud` package and make sure you add the required Terraform in a folder with the separate cloud identified. Collaborate with the others at the project to get your container running so you can test at the cloud account.