Skip to content

Commit c67ffc3

Browse files
committed
Updated README.md for sha512 checksum support.
1 parent 66833aa commit c67ffc3

File tree

1 file changed

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

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,21 @@ Before running the *OCI Security Health Check - Standard Edition* you should dow
1616
- 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).
1717
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
1818

19-
On MacOS or Linux:
19+
On MacOS:
2020
```
2121
$ cd <your_downloads_directory>
2222
$ shasum -a 512256 -c oci-security-health-check-standard-230630.sha512256
2323
oci-security-health-check-standard-230630.zip: OK
2424
```
2525
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!**
2734
2835
### Prepare the OCI Tenancy
2936

0 commit comments

Comments
 (0)