Skip to content

Commit f83ee67

Browse files
committed
OCI Security Health Check - Standard Edition updated to version 230922
1 parent 34ecd5e commit f83ee67

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

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

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Owner: Olaf Heimburger
44

5+
Version: 230922
6+
57
## Introduction
68
![Flyer](./files/resources/OCI_Security_Health_Check_Standard.png)
79

@@ -21,24 +23,24 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
2123

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

24-
- 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).
26+
- 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).
2527
- Download the respective checksum file:
26-
- [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).
27-
- [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).
28+
- [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).
29+
- [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).
2830
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
2931

3032
On MacOS:
3133
```
3234
$ cd <your_downloads_directory>
33-
$ shasum -a 512256 -c oci-security-health-check-standard-230630.sha512256
34-
oci-security-health-check-standard-230630.zip: OK
35+
$ shasum -a 512256 -c oci-security-health-check-standard-230922.sha512256
36+
oci-security-health-check-standard-230922.zip: OK
3537
```
3638
3739
On Linux (including Cloud Shell):
3840
```
3941
$ cd <your_downloads_directory>
40-
$ sha512sum -c oci-security-health-check-standard-230630.sha512
41-
oci-security-health-check-standard-230630.zip: OK
42+
$ sha512sum -c oci-security-health-check-standard-230922.sha512
43+
oci-security-health-check-standard-230922.zip: OK
4244
```
4345
4446
**Reject the downloaded file if the check fails!**

security/security-design/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
OCI Security Health Check - Standard Edition
33
============================================
44
Owner: Olaf Heimburger
5+
Version: 230922
56

67
When to use this asset?
78

security/security-design/oci-security-health-check-standard/files/oci-security-health-check-standard/standard.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# Author: Olaf Heimburger
99
#
10-
VERSION=230920
10+
VERSION=230922
1111

1212
ASSESS_DIR=`dirname $0`
1313
if [ ${ASSESS_DIR} == "." ]; then

0 commit comments

Comments
 (0)