You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/security-design/oci-security-health-check-standard/README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
-
2
1
# OCI Security Health Check - Standard Edition
3
2
4
3
Owner: Olaf Heimburger
5
4
6
-
## Prepare the OCI Tenancy
5
+
## When to use this asset?
6
+
7
+
## How to use this asset?
8
+
9
+
### Prepare the OCI Tenancy
7
10
8
11
You can run the assessment as a member of the OCI `Administrator` group or
9
12
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
15
18
For recurring usage, setting up a group for auditing is recommended. The
16
19
steps for setting this up are described in the next chapter.
17
20
18
-
### Setting up an *Auditor* group and policy
21
+
####Setting up an *Auditor* group and policy
19
22
20
23
Using an auditor group is the recommended way to run the assessment script.
21
24
To create a group for auditing do the following steps:
@@ -43,17 +46,17 @@ To create a group for auditing do the following steps:
43
46
- Assign a user to the `grp-auditors` group
44
47
- Log out of the OCI Console
45
48
46
-
## Run the OCI Security Health Check in OCI Cloud Shell
49
+
### Run the OCI Security Health Check in OCI Cloud Shell
47
50
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.
49
52
50
-
### Download and upload the release file
53
+
#### Download and upload the release file
51
54
52
55
- Download the the latest distribution [oci-security-health-check-standard-\<version>.zip](releases/oci-security-health-check-standard-\<version>.zip).
53
56
- Log into the OCI Console.
54
57
- Select the *Developer Tools* icon (looks like a small window) in the header toolbar.
55
58
- 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.
57
60
- ...
58
61
- Upload the distribution file.
59
62
- Extract it
@@ -75,7 +78,7 @@ The recommended way is to run the *OCI Security Healh Check - Standard* in the O
75
78
```
76
79
$ ./standard.sh
77
80
```
78
-
- Run the script for one subscribed regions:
81
+
- Run the script for one subscribed region:
79
82
```
80
83
$ ./standard.sh -r <region_name>
81
84
```
@@ -84,7 +87,7 @@ The recommended way is to run the *OCI Security Healh Check - Standard* in the O
84
87
$ ./standard.sh -h
85
88
```
86
89
87
-
## Getting the results
90
+
### Getting the results
88
91
- In the directory `oci-security-health-check-standard-<version>` a directory will be created which
89
92
holds all the output created by the scripts. This directory will be
90
93
compressed in a single ZIP file and the resulting ZIP file will be moved to
0 commit comments