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
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,27 @@ Owner: Olaf Heimburger
4
4
5
5
## When to use this asset?
6
6
7
-
The OCI Security Health Check - Standard Edition checks an OCI tenancy for CIS OCI Foundation Benchmark compliance.
7
+
The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for CIS OCI Foundation Benchmark compliance.
8
8
9
9
## Usage
10
10
11
+
### Download and verify the release file
12
+
13
+
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
14
+
15
+
- Download the latest distribution [oci-security-health-check-standard-230630.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.zip).
16
+
- Download the respective checksum file [oci-security-health-check-standard-230630.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.sha512256).
17
+
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
18
+
19
+
On MacOS or Linux:
20
+
```
21
+
$ cd <your_downloads_directory>
22
+
$ shasum -a 512256 -c oci-security-health-check-standard-230630.sha512256
23
+
oci-security-health-check-standard-230630.zip: OK
24
+
```
25
+
26
+
Reject the downloaded file if the check fails.
27
+
11
28
### Prepare the OCI Tenancy
12
29
13
30
You can run the assessment as a member of the OCI `Administrator` group or
@@ -52,9 +69,8 @@ To create a group for auditing do the following steps:
52
69
53
70
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.
54
71
55
-
#### Download and upload the release file
72
+
#### Upload the release file
56
73
57
-
- Download the latest distribution [oci-security-health-check-standard-230630.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.zip).
58
74
- Log into the OCI Console.
59
75
- Select the *Developer Tools* icon (looks like a small window) in the header toolbar.
0 commit comments