Skip to content

Commit 34ecd5e

Browse files
committed
Updated to version 230922 (cis_reports.py 2.6.4)
1 parent a151395 commit 34ecd5e

File tree

5 files changed

+2271
-1923
lines changed

5 files changed

+2271
-1923
lines changed

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

+14-7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Owner: Olaf Heimburger
44

5+
Version: 230922
6+
57
## When to use this asset?
68

79
The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for CIS OCI Foundation Benchmark compliance.
@@ -12,22 +14,22 @@ The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for CIS
1214

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

15-
- Download the latest distribution [oci-security-health-check-standard-230630.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.zip).
16-
- 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).
17+
- Download the latest distribution [oci-security-health-check-standard-230922.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230922/oci-security-health-check-standard-230922.zip).
18+
- Download the respective checksum file [oci-security-health-check-standard-230922.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230922/oci-security-health-check-standard-230922.sha512256).
1719
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
1820

1921
On MacOS:
2022
```
2123
$ cd <your_downloads_directory>
22-
$ shasum -a 512256 -c oci-security-health-check-standard-230630.sha512256
23-
oci-security-health-check-standard-230630.zip: OK
24+
$ shasum -a 512256 -c oci-security-health-check-standard-230922.sha512256
25+
oci-security-health-check-standard-230922.zip: OK
2426
```
2527
2628
On Linux (including Cloud Shell):
2729
```
2830
$ cd <your_downloads_directory>
29-
$ sha512sum -c oci-security-health-check-standard-230630.sha512
30-
oci-security-health-check-standard-230630.zip: OK
31+
$ sha512sum -c oci-security-health-check-standard-230922.sha512
32+
oci-security-health-check-standard-230922.zip: OK
3133
```
3234
3335
**Reject the downloaded file if the check fails!**
@@ -86,7 +88,7 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
8688
- Upload the distribution file.
8789
- Extract it
8890
```
89-
$ unzip -q oci-security-health-check-standard-230630.zip
91+
$ unzip -q oci-security-health-check-standard-230922.zip
9092
```
9193
9294
### Run the script
@@ -131,6 +133,11 @@ The report results are summarized in two files:
131133
The *OCI Security Health Check - Standard Edition* streamlines the usage of the bundled [Compliance Checking Script](https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart/blob/main/compliance-script.md) provided by the [CIS OCI Landing Zone Quick Start Template](https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart).
132134
133135
The *OCI Security Health Check - Standard Edition* would not be possible without the great work of the [CIS OCI Landing Zone Quick Start Template Team](https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart/graphs/contributors).
136+
137+
## Certification
138+
139+
The Compliance Checking Script is certified by the [CIS Center of Internet Security for the OCI Oracle Cloud Foundation Benchmark v1.2.O, Level 1 and 2](https://www.cisecurity.org/partner/oracle).
140+
134141
# License
135142
136143
Copyright (c) 2022-2023 Oracle and/or its affiliates.

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

+20-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Usage
5252
- From the menu select the Cloud Shell item.
5353
- When running it the first time:
5454
- Upload the provided ZIP file.
55-
- Extract it with unzip -q oci-security-health-check-standard-230630.zip
55+
- Extract it with unzip -q oci-security-health-check-standard-230922.zip
5656
- Change directory into oci-security-health-check-standard
5757
$ cd oci-security-health-check-standard
5858
$ screen
@@ -70,3 +70,22 @@ Usage
7070
holds all the output created by the scripts. This directory will be
7171
compressed in a single ZIP file and the resulting ZIP file will be moved to
7272
the home directory of the account running the script.
73+
74+
75+
4 Credits
76+
77+
The OCI Security Health Check - Standard Edition streamlines the usage of the bundled Compliance Checking Script (https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart/blob/main/compliance-script.md) provided by the CIS OCI Landing Zone Quick Start Template (https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart).
78+
79+
The OCI Security Health Check - Standard Edition would not be possible without the great work of the CIS OCI Landing Zone Quick Start Template Team (https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart/graphs/contributors).
80+
81+
5 Certification
82+
83+
The Compliance Checking Script is certified by the CIS Center of Internet Security for the OCI Oracle Cloud Foundation Benchmark v1.2.O, Level 1 and 2 (https://www.cisecurity.org/partner/oracle).
84+
85+
6 License
86+
87+
Copyright (c) 2022-2023 Oracle and/or its affiliates.
88+
89+
Licensed under the Universal Permissive License (UPL), Version 1.0.
90+
91+
See the LICENSE file for more details.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ xlsxwriter>=3.0.3
22
pandas>=1.5.2
33
openpyxl>=3.0.10
44
pyyaml>=6.0
5-
oci>=2.104
5+
oci>=2.110

0 commit comments

Comments
 (0)