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/shared-assets/oci-security-health-check-standard/README.md
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Owner: Olaf Heimburger
4
4
5
-
Version: 240229
5
+
Version: 240315
6
6
7
7
Reviewed: 01.02.2024
8
8
@@ -29,24 +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-240229.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.zip).
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).
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
+9-13Lines changed: 9 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Owner: Olaf Heimburger
4
4
5
-
Version: 240229
5
+
Version: 240315
6
6
7
7
## When to use this asset?
8
8
@@ -18,22 +18,20 @@ This asset covers the OCI platform as specified in the *CIS Oracle Cloud Infrast
18
18
19
19
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
20
20
21
-
- Download the latest distribution [oci-security-health-check-standard-240229.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.zip).
22
-
- Download the respective checksum file [oci-security-health-check-standard-240229.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.sha512256).
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).
23
23
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
24
24
25
25
On MacOS:
26
26
```
27
-
$ cd <your_downloads_directory>
28
-
$ shasum -a 512256 -c oci-security-health-check-standard-240229.sha512256
29
-
oci-security-health-check-standard-240229.zip: OK
27
+
cd <your_downloads_directory>
28
+
shasum -a 512256 -c oci-security-health-check-standard-240315.sha512256
@@ -156,9 +154,7 @@ The report results are summarized in two files:
156
154
157
155
### Known Issues
158
156
159
-
#### Wrong urllib3 version
160
-
161
-
There is a known dependency between Python urllib3 version 2 and the OS installed version of OpenSSL. The script tries to handle this automatically using a working version of urllib3. If the handling does not work let us know.
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
OCI Security Health Check - Standard Edition
3
3
============================================
4
4
Owner: Olaf Heimburger
5
-
Version: 240229
5
+
Version: 240315
6
6
7
7
When to use this asset?
8
8
@@ -77,7 +77,7 @@ Usage
77
77
- From the menu select the Cloud Shell item.
78
78
- When running it the first time:
79
79
- Upload the provided ZIP file.
80
-
- Extract it with unzip -q oci-security-health-check-standard-230922.zip
80
+
- Extract it with unzip -q oci-security-health-check-standard-240315.zip
81
81
- Change directory into oci-security-health-check-standard
82
82
$ cd oci-security-health-check-standard
83
83
$ screen
@@ -98,9 +98,7 @@ Usage
98
98
99
99
4 Known Issues
100
100
101
-
4.1 Wrong urllib3 version
102
-
103
-
There is a known dependency between Python urllib3 version 2 and the OS installed version of OpenSSL. The script tries to handle this automatically using a working version of urllib3. If the handling does not work let us know.
0 commit comments