Skip to content

Commit

Permalink
update path to hardening script
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Rodriguez <[email protected]>
  • Loading branch information
em-c-rod committed Nov 7, 2023
1 parent 9d64913 commit 8496a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses/user/10.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Just like we saw some requirements for running an InSpec scan, there are also so
In your Codespace terminal from your main workspace directory, run the following commands:

```sh
source ./hardening-nginx-setup.sh
source ./install-nginxHardeningTools.sh
```

This command will make sure that the NGINX docker container has the required software dependencies such as Python to run the Ansible hardening content. This script also downloads the hardening content locally. Unlike the InSpec scan, we will run the hardening content from a local folder rather than from GitHub. Therefore, you should see the `ansible-nginx-stigready-hardening` folder in your files when the script completes.
Expand Down

0 comments on commit 8496a9b

Please sign in to comment.