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
@@ -29,22 +29,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
29
29
30
30
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
31
31
32
-
- Download the latest distribution [oci-security-health-check-standard-240315.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.zip).
32
+
- Download the latest distribution [oci-security-health-check-standard-240502.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-240502.zip).
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md
@@ -12,26 +12,31 @@ The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for CIS
12
12
13
13
This asset covers the OCI platform as specified in the *CIS Oracle Cloud Infrastructure Foundations Benchmark*, only. Any workload provisioned in Databases, Compute VMs (running any Operating System), the Container Engine for Kubernetes, or in the VMware Solution is *out of scope* of the *OCI Security Health Check*.
14
14
15
+
This is not an official Oracle application and it is not supported
16
+
by Oracle Support.
17
+
15
18
## Usage
16
19
17
20
### Download and verify the release file
18
21
19
22
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
20
23
21
-
- Download the latest distribution [oci-security-health-check-standard-240315.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.zip).
22
-
- Download the respective checksum file [oci-security-health-check-standard-240315.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.sha512256).
24
+
- Download the latest distribution [oci-security-health-check-standard-240502.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240502/oci-security-health-check-standard-240502.zip).
- When your Compute VM session has been ended due to inactivity you can
227
+
resume without starting the script again.
228
+
229
+
To resume the screen session, follow these steps
230
+
(the output will be different in your *Compute VM*):
231
+
- Connect to your *Compute VM* again.
232
+
```
233
+
screen -ls
234
+
1234.text
235
+
screen -d 1234
236
+
screen -r 1234
237
+
```
140
238
141
239
### Getting the results
142
240
- In the directory `oci-security-health-check-standard` a directory will be created which
@@ -146,7 +244,7 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
146
244
147
245
### Checking the results
148
246
149
-
The report results are showing the compliance status of the related [CIS OCI Foundation Benchmark, version 1.2](https://www.cisecurity.org/benchmark/Oracle_Cloud) recommendations. Please download this benchmark before reading the report. (For license reasons, we cannot distribute the benchmark.)
247
+
The report results are showing the compliance status of the related [CIS OCI Foundation Benchmark, version 2.0](https://www.cisecurity.org/benchmark/Oracle_Cloud) recommendations. Please download this benchmark before reading the report. (For license reasons, we cannot distribute the benchmark.)
150
248
151
249
The report results are summarized in two files:
152
250
- *cis_html_summary_report.html* – The report in HTML that displays the all recommendations and their compliance status, respectively.
@@ -158,18 +256,19 @@ No known issues.
158
256
159
257
## Credits
160
258
161
-
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).
259
+
The *OCI Security Health Check - Standard Edition* streamlines the usage of the [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).
162
260
163
261
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).
164
262
165
263
## Certification
166
264
167
-
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).
265
+
The Compliance Checking Script is certified by the [CIS Center of Internet Security for the OCI Oracle Cloud Foundation Benchmark v1.2, Level 1 and 2](https://www.cisecurity.org/partner/oracle).
168
266
169
267
# License
170
268
171
269
Copyright (c) 2022-2024 Oracle and/or its affiliates.
172
270
173
271
Licensed under the Universal Permissive License (UPL), Version 1.0.
174
272
175
-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
273
+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
0 commit comments