You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/security-design/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md
+14-7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Owner: Olaf Heimburger
4
4
5
+
Version: 230922
6
+
5
7
## When to use this asset?
6
8
7
9
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
12
14
13
15
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
14
16
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).
17
19
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
18
20
19
21
On MacOS:
20
22
```
21
23
$ 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
@@ -131,6 +133,11 @@ The report results are summarized in two files:
131
133
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).
132
134
133
135
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
+
134
141
# License
135
142
136
143
Copyright (c) 2022-2023 Oracle and/or its affiliates.
Copy file name to clipboardExpand all lines: security/security-design/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt
+20-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Usage
52
52
- From the menu select the Cloud Shell item.
53
53
- When running it the first time:
54
54
- 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
56
56
- Change directory into oci-security-health-check-standard
57
57
$ cd oci-security-health-check-standard
58
58
$ screen
@@ -70,3 +70,22 @@ Usage
70
70
holds all the output created by the scripts. This directory will be
71
71
compressed in a single ZIP file and the resulting ZIP file will be moved to
72
72
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.
Copy file name to clipboardExpand all lines: security/security-design/oci-security-health-check-standard/files/oci-security-health-check-standard/requirements.txt
0 commit comments