Skip to content

Commit 331308c

Browse files
Merge pull request #1187 from oracle-devrel/lvb-update-to-cis-v2.8.4
Updated to CIS Script version 2.8.4
2 parents 23b8649 + f76da1c commit 331308c

12 files changed

+368
-305
lines changed

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

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

33
Owner: Olaf Heimburger
44

5-
Version: 240617
5+
Version: 240739
66

7-
Reviewed: 05.02.2024
7+
Reviewed: 01.02.2024
88

99
# Introduction
1010
![Flyer](./files/resources/OCI_Security_Health_Check_Standard.png)
@@ -29,22 +29,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
2929

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

32-
- Download the latest distribution [oci-security-health-check-standard-240617.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-240617.zip).
32+
- Download the latest distribution [oci-security-health-check-standard-240730.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-240730.zip).
3333
- Download the respective checksum file:
34-
- [oci-security-health-check-standard-240617.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-240617.sha512).
35-
- [oci-security-health-check-standard-240617.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-240617.sha512256).
34+
- [oci-security-health-check-standard-240730.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-240730.sha512).
35+
- [oci-security-health-check-standard-240730.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-240730.sha512256).
3636
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
3737

3838
On MacOS:
3939
```
4040
cd <your_downloads_directory>
41-
shasum -a 512256 -c oci-security-health-check-standard-240617.sha512256
41+
shasum -a 512256 -c oci-security-health-check-standard-240730.sha512256
4242
```
4343
4444
On Linux (including Cloud Shell):
4545
```
4646
cd <your_downloads_directory>
47-
sha512sum -c oci-security-health-check-standard-240617.sha512
47+
sha512sum -c oci-security-health-check-standard-240730.sha512
4848
```
4949
5050
**Reject the downloaded file if the check fails!**

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: 240617 (cis_report.py version 2.8.3)
5+
Version: 240730 (cis_report.py version 2.8.4)
66

77
## When to use this asset?
88

@@ -21,22 +21,22 @@ by Oracle Support.
2121

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

24-
- Download the latest distribution [oci-security-health-check-standard-240617.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-240617.zip).
24+
- Download the latest distribution [oci-security-health-check-standard-240730.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-240730.zip).
2525
- Download the respective checksum file:
26-
- [oci-security-health-check-standard-240617.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-240617.sha512).
27-
- [oci-security-health-check-standard-240617.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-240617.sha512256).
26+
- [oci-security-health-check-standard-240730.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-240730.sha512).
27+
- [oci-security-health-check-standard-240730.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-240730.sha512256).
2828
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
2929

3030
On MacOS:
3131
```
3232
cd <your_downloads_directory>
33-
shasum -a 512256 -c oci-security-health-check-standard-240617.sha512256
33+
shasum -a 512256 -c oci-security-health-check-standard-240730.sha512256
3434
```
3535
3636
On Linux (including Cloud Shell):
3737
```
3838
cd <your_downloads_directory>
39-
sha512sum -c oci-security-health-check-standard-240617.sha512
39+
sha512sum -c oci-security-health-check-standard-240730.sha512
4040
```
4141
4242
**Reject the downloaded file when the check fails!**
@@ -117,7 +117,7 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
117117
- Upload the distribution file.
118118
- Extract it
119119
```
120-
unzip -q oci-security-health-check-standard-240617.zip
120+
unzip -q oci-security-health-check-standard-240730.zip
121121
```
122122
123123
### Run the script
@@ -190,11 +190,11 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
190190
Follow the instructions to select /usr/bin/python3.9
191191
- Log out
192192
193-
- From your desktop, upload the `oci-security-health-check-standard-240617.zip` file to the Compute VM using any SFTP client.
193+
- From your desktop, upload the `oci-security-health-check-standard-240730.zip` file to the Compute VM using any SFTP client.
194194
- Log into the Compute VM
195195
- Extract the distribution
196196
```
197-
unzip -q oci-security-health-check-standard-240617.zip
197+
unzip -q oci-security-health-check-standard-240730.zip
198198
```
199199
- Change directory into `oci-security-health-check-standard`:
200200
```

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: 240617 (cis_report.py version 2.8.1)
5+
Version: 240730 (cis_report.py version 2.8.4)
66

77
When to use this asset?
88

@@ -81,7 +81,7 @@ Usage
8181
- From the menu select the Cloud Shell item.
8282
- When running it the first time:
8383
- Upload the provided ZIP file.
84-
- Extract it with unzip -q oci-security-health-check-standard-240617.zip
84+
- Extract it with unzip -q oci-security-health-check-standard-240730.zip
8585
- Change directory into oci-security-health-check-standard
8686
$ cd oci-security-health-check-standard
8787
$ screen
@@ -138,11 +138,11 @@ Usage
138138
- Log out
139139

140140
- From your desktop, upload the
141-
"oci-security-health-check-standard-240617.zip" file to the Compute VM
141+
"oci-security-health-check-standard-240730.zip" file to the Compute VM
142142
using any SFTP client.
143143
- Log into the Compute VM
144144
- Extract the distribution
145-
unzip -q oci-security-health-check-standard-240617.zip
145+
unzip -q oci-security-health-check-standard-240730.zip
146146

147147
- Change directory into "oci-security-health-check-standard":
148148
cd oci-security-health-check-standard

0 commit comments

Comments
 (0)