|
2 | 2 |
|
3 | 3 | Owner: Olaf Heimburger
|
4 | 4 |
|
5 |
| -Version: 250718 (cis_report.py version 3.0.1) for CIS OCI Foundation Benchmark 3.0.0 |
| 5 | +Version: 250722 (cis_report.py version 3.0.1) 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-250718.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-250718.zip). |
| 50 | + - Download the latest distribution [oci-security-health-check-standard-250722.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-250722.zip). |
51 | 51 | - Download the respective checksum file:
|
52 |
| - - [oci-security-health-check-standard-250718.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-250718.sha512). |
53 |
| - - [oci-security-health-check-standard-250718.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-250718.sha512256). |
| 52 | + - [oci-security-health-check-standard-250722.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-250722.sha512). |
| 53 | + - [oci-security-health-check-standard-250722.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-250722.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-250718.sha512256 |
| 59 | + shasum -a 512256 -c oci-security-health-check-standard-250722.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-250718.sha512 |
| 65 | + sha512sum -c oci-security-health-check-standard-250722.sha512 |
66 | 66 | ```
|
67 | 67 |
|
68 | 68 | **Reject the downloaded file when the check fails!**
|
@@ -225,7 +225,7 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
|
225 | 225 | - Upload the distribution file.
|
226 | 226 | - Extract it
|
227 | 227 | ```
|
228 |
| - unzip -q oci-security-health-check-standard-250718.zip |
| 228 | + unzip -q oci-security-health-check-standard-250722.zip |
229 | 229 | ```
|
230 | 230 |
|
231 | 231 | #### Run the script
|
@@ -302,11 +302,11 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
|
302 | 302 | Follow the instructions to select /usr/bin/python3.9
|
303 | 303 | - Log out
|
304 | 304 |
|
305 |
| - - From your desktop, upload the `oci-security-health-check-standard-250718.zip` file to the Compute VM using any SFTP client. |
| 305 | + - From your desktop, upload the `oci-security-health-check-standard-250722.zip` file to the Compute VM using any SFTP client. |
306 | 306 | - Log into the Compute VM
|
307 | 307 | - Extract the distribution
|
308 | 308 | ```
|
309 |
| - unzip -q oci-security-health-check-standard-250718.zip |
| 309 | + unzip -q oci-security-health-check-standard-250722.zip |
310 | 310 | ```
|
311 | 311 | - Change directory into `oci-security-health-check-standard`:
|
312 | 312 | ```
|
|
0 commit comments