File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
security/security-design/oci-security-health-check-standard Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,21 @@ Before running the *OCI Security Health Check - Standard Edition* you should dow
16
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
17
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
18
18
19
- On MacOS or Linux :
19
+ On MacOS:
20
20
```
21
21
$ cd <your_downloads_directory>
22
22
$ shasum -a 512256 -c oci-security-health-check-standard-230630.sha512256
23
23
oci-security-health-check-standard-230630.zip: OK
24
24
```
25
25
26
- Reject the downloaded file if the check fails.
26
+ On Linux (including Cloud Shell):
27
+ ```
28
+ $ cd <your_downloads_directory>
29
+ $ sha512sum -c oci-security-health-check-standard-230630.sha512
30
+ oci-security-health-check-standard-230630.zip: OK
31
+ ```
32
+
33
+ **Reject the downloaded file if the check fails!**
27
34
28
35
### Prepare the OCI Tenancy
29
36
You can’t perform that action at this time.
0 commit comments