Skip to content

Commit 6849c61

Browse files
committed
Release 250307 (using cis_report.py 2.8.8).
1 parent 3cf4c66 commit 6849c61

13 files changed

+243
-50
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Owner: Olaf Heimburger
44

5-
Version: 250301 (cis_report.py version 2.8.7)
5+
Version: 250307 (cis_report.py version 2.8.8) for CIS OCI Foundation Benchmark 2.0.0
66

77
Reviewed: 01.02.2024
88

@@ -57,22 +57,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
5757

5858
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
5959

60-
- Download the latest distribution [oci-security-health-check-standard-250301.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-250301.zip).
60+
- Download the latest distribution [oci-security-health-check-standard-250307.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-250307.zip).
6161
- Download the respective checksum file:
62-
- [oci-security-health-check-standard-250301.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-250301.sha512).
63-
- [oci-security-health-check-standard-250301.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-250301.sha512256).
62+
- [oci-security-health-check-standard-250307.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-250307.sha512).
63+
- [oci-security-health-check-standard-250307.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-250307.sha512256).
6464
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
6565

6666
On MacOS:
6767
```
6868
cd <your_downloads_directory>
69-
shasum -a 512256 -c oci-security-health-check-standard-250301.sha512256
69+
shasum -a 512256 -c oci-security-health-check-standard-250307.sha512256
7070
```
7171
7272
On Linux (including Cloud Shell):
7373
```
7474
cd <your_downloads_directory>
75-
sha512sum -c oci-security-health-check-standard-250301.sha512
75+
sha512sum -c oci-security-health-check-standard-250307.sha512
7676
```
7777
7878
**Reject the downloaded file if the check fails!**
@@ -85,10 +85,10 @@ In OCI Cloud Shell you can do a short cut without downloading the files mentione
8585
2. Open Cloud Shell
8686
3. Run these commands in your Cloud Shell:
8787
```
88-
wget -q 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-250301.zip
89-
wget -q 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-250301.sha512
90-
sha512sum -c oci-security-health-check-standard-250301.sha512
91-
unzip -q oci-security-health-check-standard-250301.zip
88+
wget -q 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-250307.zip
89+
wget -q 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-250307.sha512
90+
sha512sum -c oci-security-health-check-standard-250307.sha512
91+
unzip -q oci-security-health-check-standard-250307.zip
9292
```
9393
9494
## Prepare the OCI Tenancy

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Owner: Olaf Heimburger
44

5-
Version: 250301 (cis_report.py version 2.8.7)
5+
Version: 250307 (cis_report.py version 2.8.8) for CIS OCI Foundation Benchmark 2.0.0
66

77
## When to use this asset?
88

@@ -27,22 +27,22 @@ The main goals of this script are:
2727

2828
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
2929

30-
- Download the latest distribution [oci-security-health-check-standard-250301.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-250301.zip).
30+
- Download the latest distribution [oci-security-health-check-standard-250307.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-250307.zip).
3131
- Download the respective checksum file:
32-
- [oci-security-health-check-standard-250301.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-250301.sha512).
33-
- [oci-security-health-check-standard-250301.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-250301.sha512256).
32+
- [oci-security-health-check-standard-250307.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-250307.sha512).
33+
- [oci-security-health-check-standard-250307.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-250307.sha512256).
3434
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
3535

3636
On MacOS:
3737
```
3838
cd <your_downloads_directory>
39-
shasum -a 512256 -c oci-security-health-check-standard-250301.sha512256
39+
shasum -a 512256 -c oci-security-health-check-standard-250307.sha512256
4040
```
4141
4242
On Linux (including Cloud Shell):
4343
```
4444
cd <your_downloads_directory>
45-
sha512sum -c oci-security-health-check-standard-250301.sha512
45+
sha512sum -c oci-security-health-check-standard-250307.sha512
4646
```
4747
4848
**Reject the downloaded file when the check fails!**
@@ -187,7 +187,7 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
187187
- Upload the distribution file.
188188
- Extract it
189189
```
190-
unzip -q oci-security-health-check-standard-250301.zip
190+
unzip -q oci-security-health-check-standard-250307.zip
191191
```
192192
193193
#### Run the script
@@ -261,11 +261,11 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
261261
Follow the instructions to select /usr/bin/python3.9
262262
- Log out
263263
264-
- From your desktop, upload the `oci-security-health-check-standard-250301.zip` file to the Compute VM using any SFTP client.
264+
- From your desktop, upload the `oci-security-health-check-standard-250307.zip` file to the Compute VM using any SFTP client.
265265
- Log into the Compute VM
266266
- Extract the distribution
267267
```
268-
unzip -q oci-security-health-check-standard-250301.zip
268+
unzip -q oci-security-health-check-standard-250307.zip
269269
```
270270
- Change directory into `oci-security-health-check-standard`:
271271
```

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
OCI Security Health Check - Standard Edition
33
============================================
44
Owner: Olaf Heimburger
5-
Version: 250301 (cis_report.py version 2.8.7)
5+
Version: 250307 (cis_report.py version 2.8.8) for CIS OCI Foundation Benchmark 2.0.0
66

77
When to use this asset?
88

@@ -85,7 +85,7 @@ Usage
8585
- From the menu select the Cloud Shell item.
8686
- When running it the first time:
8787
- Upload the provided ZIP file.
88-
- Extract it with unzip -q oci-security-health-check-standard-250301.zip
88+
- Extract it with unzip -q oci-security-health-check-standard-250307.zip
8989
- Change directory into oci-security-health-check-standard
9090
$ cd oci-security-health-check-standard
9191
$ screen
@@ -142,11 +142,11 @@ Usage
142142
- Log out
143143

144144
- From your desktop, upload the
145-
"oci-security-health-check-standard-250301.zip" file to the Compute VM
145+
"oci-security-health-check-standard-250307.zip" file to the Compute VM
146146
using any SFTP client.
147147
- Log into the Compute VM
148148
- Extract the distribution
149-
unzip -q oci-security-health-check-standard-250301.zip
149+
unzip -q oci-security-health-check-standard-250307.zip
150150

151151
- Change directory into "oci-security-health-check-standard":
152152
cd oci-security-health-check-standard

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytz
33
pandas
44
openpyxl>=3.1.5
55
pyyaml>=6.0
6-
oci>=2.129.4
6+
oci>=2.147.0
77
requests
88
matplotlib
99
numpy

0 commit comments

Comments
 (0)