Skip to content

Commit 81ced9c

Browse files
Update README.md
typo and added template
1 parent ba35b82 commit 81ced9c

File tree

1 file changed

+12
-9
lines changed
  • security/security-design/oci-security-health-check-standard

1 file changed

+12
-9
lines changed

security/security-design/oci-security-health-check-standard/README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
21
# OCI Security Health Check - Standard Edition
32

43
Owner: Olaf Heimburger
54

6-
## Prepare the OCI Tenancy
5+
## When to use this asset?
6+
7+
## How to use this asset?
8+
9+
### Prepare the OCI Tenancy
710

811
You can run the assessment as a member of the OCI `Administrator` group or
912
create a group for auditing and assign the respective user to it.
@@ -15,7 +18,7 @@ quickest way. If you decide to use this option, please continue reading in
1518
For recurring usage, setting up a group for auditing is recommended. The
1619
steps for setting this up are described in the next chapter.
1720

18-
### Setting up an *Auditor* group and policy
21+
#### Setting up an *Auditor* group and policy
1922

2023
Using an auditor group is the recommended way to run the assessment script.
2124
To create a group for auditing do the following steps:
@@ -43,17 +46,17 @@ To create a group for auditing do the following steps:
4346
- Assign a user to the `grp-auditors` group
4447
- Log out of the OCI Console
4548
46-
## Run the OCI Security Health Check in OCI Cloud Shell
49+
### Run the OCI Security Health Check in OCI Cloud Shell
4750
48-
The recommended way is to run the *OCI Security Healh Check - Standard* in the OCI Cloud Shell. It does not require any additional configuration on a local desktop machine.
51+
The recommended way is to run the *OCI Security Health Check - Standard* in the OCI Cloud Shell. It does not require any additional configuration on a local desktop machine.
4952
50-
### Download and upload the release file
53+
#### Download and upload the release file
5154
5255
- Download the the latest distribution [oci-security-health-check-standard-\<version>.zip](releases/oci-security-health-check-standard-\<version>.zip).
5356
- Log into the OCI Console.
5457
- Select the *Developer Tools* icon (looks like a small window) in the header toolbar.
5558
- From the menu select the *Cloud Shell* item.
56-
- Wait until the Cloud Shell has been initialised.
59+
- Wait until the Cloud Shell has been initialized.
5760
- ...
5861
- Upload the distribution file.
5962
- Extract it
@@ -75,7 +78,7 @@ The recommended way is to run the *OCI Security Healh Check - Standard* in the O
7578
```
7679
$ ./standard.sh
7780
```
78-
- Run the script for one subscribed regions:
81+
- Run the script for one subscribed region:
7982
```
8083
$ ./standard.sh -r <region_name>
8184
```
@@ -84,7 +87,7 @@ The recommended way is to run the *OCI Security Healh Check - Standard* in the O
8487
$ ./standard.sh -h
8588
```
8689
87-
## Getting the results
90+
### Getting the results
8891
- In the directory `oci-security-health-check-standard-<version>` a directory will be created which
8992
holds all the output created by the scripts. This directory will be
9093
compressed in a single ZIP file and the resulting ZIP file will be moved to

0 commit comments

Comments
 (0)