Skip to content

Commit 1912bf8

Browse files
authored
Added checksum handling to README.md
1 parent f7fcb1c commit 1912bf8

File tree

1 file changed

+19
-3
lines changed
  • security/security-design/oci-security-health-check-standard

1 file changed

+19
-3
lines changed

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,27 @@ Owner: Olaf Heimburger
44

55
## When to use this asset?
66

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.
88

99
## Usage
1010

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+
1128
### Prepare the OCI Tenancy
1229
1330
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:
5269
5370
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.
5471
55-
#### Download and upload the release file
72+
#### Upload the release file
5673
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).
5874
- Log into the OCI Console.
5975
- Select the *Developer Tools* icon (looks like a small window) in the header toolbar.
6076
- From the menu select the *Cloud Shell* item.

0 commit comments

Comments
 (0)