Skip to content

Commit a8d8e38

Browse files
committed
OCI Security Health Check - Standard Edition version 241011
1 parent d015849 commit a8d8e38

File tree

1 file changed

+25
-5
lines changed
  • security/security-design/shared-assets/oci-security-health-check-standard

1 file changed

+25
-5
lines changed

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

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,40 @@ 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-240822.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-240822.zip).
32+
- Download the latest distribution [oci-security-health-check-standard-241011.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-241011.zip).
3333
- Download the respective checksum file:
34-
- [oci-security-health-check-standard-240822.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-240822.sha512).
35-
- [oci-security-health-check-standard-240822.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-240822.sha512256).
34+
- [oci-security-health-check-standard-241011.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-241011.sha512).
35+
- [oci-security-health-check-standard-241011.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-241011.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-240822.sha512256
41+
shasum -a 512256 -c oci-security-health-check-standard-241011.sha512256
4242
```
4343
4444
On Linux (including Cloud Shell):
4545
```
4646
cd <your_downloads_directory>
47-
sha512sum -c oci-security-health-check-standard-240822.sha512
47+
sha512sum -c oci-security-health-check-standard-241011.sha512
4848
```
4949
5050
**Reject the downloaded file if the check fails!**
5151
52+
### In OCI Cloud Shell
53+
54+
In OCI Cloud Shell you can do a short cut without downloading the files mentioned above to your desktop:
55+
56+
1. Login to your OCI console.
57+
2. Open Cloud Shell
58+
3. Run these commands in your Cloud Shell:
59+
```
60+
wget -q 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-241011.zip
61+
wget -q 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-241011.sha512
62+
sha512sum -c oci-security-health-check-standard-241011.sha512
63+
unzip -q oci-security-health-check-standard-241011.zip
64+
```
65+
5266
## Prepare the OCI Tenancy
5367
5468
### Single Run
@@ -105,6 +119,12 @@ To start with reviewing the results, open the file named `tenancy_name_YYYYMMDDH
105119
It may look like this example:
106120
![Flyer](./files/resources/Example_Output.png)
107121
122+
# Known Issues
123+
124+
1. Diagrams are not part of the HTML page.
125+
This may be because of broken `numpy installation`. The following command should resolve this:
126+
`pip3 install --upgrade --force-reinstall --user numpy`
127+
108128
# Credits
109129
110130
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).

0 commit comments

Comments
 (0)