Skip to content

Commit

Permalink
OCI Security Health Check - Standard Edition updated to version 230922
Browse files Browse the repository at this point in the history
  • Loading branch information
oheimburger committed Sep 22, 2023
1 parent 34ecd5e commit f83ee67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Owner: Olaf Heimburger

Version: 230922

## Introduction
![Flyer](./files/resources/OCI_Security_Health_Check_Standard.png)

Expand All @@ -21,24 +23,24 @@ 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-230630.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.zip).
- 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).
- Download the respective checksum file:
- [oci-security-health-check-standard-230630.sha512](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.sha512).
- [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).
- [oci-security-health-check-standard-230922.sha512](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230922/oci-security-health-check-standard-230922.sha512).
- [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).
- 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-230630.sha512256
oci-security-health-check-standard-230630.zip: OK
$ shasum -a 512256 -c oci-security-health-check-standard-230922.sha512256
oci-security-health-check-standard-230922.zip: OK
```

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

**Reject the downloaded file if the check fails!**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
OCI Security Health Check - Standard Edition
============================================
Owner: Olaf Heimburger
Version: 230922

When to use this asset?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Author: Olaf Heimburger
#
VERSION=230920
VERSION=230922

ASSESS_DIR=`dirname $0`
if [ ${ASSESS_DIR} == "." ]; then
Expand Down

0 comments on commit f83ee67

Please sign in to comment.