|
2 | 2 |
|
3 | 3 | Owner: Olaf Heimburger
|
4 | 4 |
|
5 |
| -Version: 250530 (cis_report.py version 3.0.0.4) for CIS OCI Foundation Benchmark 3.0.0 |
| 5 | +Version: 250602 (cis_report.py version 3.0.0.4) for CIS OCI Foundation Benchmark 3.0.0 |
6 | 6 |
|
7 | 7 | ## When to use this asset?
|
8 | 8 |
|
@@ -47,22 +47,22 @@ Tested on **OCI Cloud Shell** with **Public network**, **Oracle Linux**, **MacOS
|
47 | 47 |
|
48 | 48 | Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
|
49 | 49 |
|
50 |
| - - Download the latest distribution [oci-security-health-check-standard-250530.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250530.zip). |
| 50 | + - Download the latest distribution [oci-security-health-check-standard-250602.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250602.zip). |
51 | 51 | - Download the respective checksum file:
|
52 |
| - - [oci-security-health-check-standard-250530.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250530.sha512). |
53 |
| - - [oci-security-health-check-standard-250530.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250530.sha512256). |
| 52 | + - [oci-security-health-check-standard-250602.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250602.sha512). |
| 53 | + - [oci-security-health-check-standard-250602.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250602.sha512256). |
54 | 54 | - Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
|
55 | 55 |
|
56 | 56 | On MacOS:
|
57 | 57 | ```
|
58 | 58 | cd <your_downloads_directory>
|
59 |
| - shasum -a 512256 -c oci-security-health-check-standard-250530.sha512256 |
| 59 | + shasum -a 512256 -c oci-security-health-check-standard-250602.sha512256 |
60 | 60 | ```
|
61 | 61 |
|
62 | 62 | On Linux (including Cloud Shell):
|
63 | 63 | ```
|
64 | 64 | cd <your_downloads_directory>
|
65 |
| - sha512sum -c oci-security-health-check-standard-250530.sha512 |
| 65 | + sha512sum -c oci-security-health-check-standard-250602.sha512 |
66 | 66 | ```
|
67 | 67 |
|
68 | 68 | **Reject the downloaded file when the check fails!**
|
@@ -207,7 +207,7 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
|
207 | 207 | - Upload the distribution file.
|
208 | 208 | - Extract it
|
209 | 209 | ```
|
210 |
| - unzip -q oci-security-health-check-standard-250530.zip |
| 210 | + unzip -q oci-security-health-check-standard-250602.zip |
211 | 211 | ```
|
212 | 212 |
|
213 | 213 | #### Run the script
|
@@ -281,11 +281,11 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
|
281 | 281 | Follow the instructions to select /usr/bin/python3.9
|
282 | 282 | - Log out
|
283 | 283 |
|
284 |
| - - From your desktop, upload the `oci-security-health-check-standard-250530.zip` file to the Compute VM using any SFTP client. |
| 284 | + - From your desktop, upload the `oci-security-health-check-standard-250602.zip` file to the Compute VM using any SFTP client. |
285 | 285 | - Log into the Compute VM
|
286 | 286 | - Extract the distribution
|
287 | 287 | ```
|
288 |
| - unzip -q oci-security-health-check-standard-250530.zip |
| 288 | + unzip -q oci-security-health-check-standard-250602.zip |
289 | 289 | ```
|
290 | 290 | - Change directory into `oci-security-health-check-standard`:
|
291 | 291 | ```
|
|
0 commit comments