Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some documentation issues #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/46_contrast_appsec_setup/20_webgoat_ecs_fargate.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ Let's delete the current ECS stack.
aws cloudformation delete-stack --stack-name WorkshopECS
```

Run the following command to check state of deletion. This may take a few minutes and will exit successfully (0) when done.
```bash
aws cloudformation wait stack-delete-complete --stack-name WorkshopECS && echo $?
```

Then create the new stack.
```bash
cd ~/environment/modernization-workshop/modules/40_contrast_security
Expand Down
2 changes: 1 addition & 1 deletion content/46_contrast_appsec_setup/30_checking_ce.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight = 30

Now let's see if WebGoat application was successfully instrumented with Contrast Security Community Edition.

Please look for the number of instrumented applications in the top right and number of vulnerabilities (should be 1) in the middle of the page (should be 18).
Go back to [Contrast Security](https://ce.contrastsecurity.com) and look for the number of instrumented applications in the top right and number of vulnerabilities (should be 1) in the middle of the page (should be 18).


{{< figure src="/images/contrast/ce_success.png" style="border: 1px solid #000; max-width:auto; max-height:auto;">}}