Skip to content

Commit

Permalink
Merge pull request #894 from oracle-devrel/oci-security-health-check-…
Browse files Browse the repository at this point in the history
…standard-update-240315

OCI Security Health Check - Standard Edition: Fixed typos and links in the flyer.
  • Loading branch information
AlexanderHodicke authored Mar 15, 2024
2 parents 74ea325 + 0684948 commit 02f6815
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Owner: Olaf Heimburger

Version: 240229
Version: 240315

Reviewed: 01.02.2024

Expand All @@ -29,24 +29,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [

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

- 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).
- 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).
- Download the respective checksum file:
- [oci-security-health-check-standard-240229.sha512](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.sha512).
- [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).
- [oci-security-health-check-standard-240315.sha512](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.sha512).
- [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).
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).

On MacOS:
```
$ cd <your_downloads_directory>
$ shasum -a 512256 -c oci-security-health-check-standard-240229.sha512256
oci-security-health-check-standard-240229.zip: OK
cd <your_downloads_directory>
shasum -a 512256 -c oci-security-health-check-standard-240315.sha512256
```

On Linux (including Cloud Shell):
```
$ cd <your_downloads_directory>
$ sha512sum -c oci-security-health-check-standard-240229.sha512
oci-security-health-check-standard-240229.zip: OK
cd <your_downloads_directory>
sha512sum -c oci-security-health-check-standard-240315.sha512
```

**Reject the downloaded file if the check fails!**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Owner: Olaf Heimburger

Version: 240229
Version: 240315

## When to use this asset?

Expand All @@ -18,22 +18,20 @@ This asset covers the OCI platform as specified in the *CIS Oracle Cloud Infrast

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

- 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).
- 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).
- 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).
- 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).
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).

On MacOS:
```
$ cd <your_downloads_directory>
$ shasum -a 512256 -c oci-security-health-check-standard-240229.sha512256
oci-security-health-check-standard-240229.zip: OK
cd <your_downloads_directory>
shasum -a 512256 -c oci-security-health-check-standard-240315.sha512256
```

On Linux (including Cloud Shell):
```
$ cd <your_downloads_directory>
$ sha512sum -c oci-security-health-check-standard-240229.sha512
oci-security-health-check-standard-240229.zip: OK
cd <your_downloads_directory>
sha512sum -c oci-security-health-check-standard-240315.sha512
```

**Reject the downloaded file when the check fails!**
Expand Down Expand Up @@ -114,7 +112,7 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
- Upload the distribution file.
- Extract it
```
$ unzip -q oci-security-health-check-standard-230922.zip
unzip -q oci-security-health-check-standard-240315.zip
```

### Run the script
Expand Down Expand Up @@ -156,9 +154,7 @@ The report results are summarized in two files:

### Known Issues

#### Wrong urllib3 version

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.
No known issues.

## Credits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OCI Security Health Check - Standard Edition
============================================
Owner: Olaf Heimburger
Version: 240229
Version: 240315

When to use this asset?

Expand Down Expand Up @@ -77,7 +77,7 @@ Usage
- From the menu select the Cloud Shell item.
- When running it the first time:
- Upload the provided ZIP file.
- Extract it with unzip -q oci-security-health-check-standard-230922.zip
- Extract it with unzip -q oci-security-health-check-standard-240315.zip
- Change directory into oci-security-health-check-standard
$ cd oci-security-health-check-standard
$ screen
Expand All @@ -98,9 +98,7 @@ Usage

4 Known Issues

4.1 Wrong urllib3 version

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.
No known issues.

5 Credits

Expand Down
Binary file not shown.

0 comments on commit 02f6815

Please sign in to comment.