Skip to content

Commit 956ffbb

Browse files
authored
Merge branch 'main' into synuora-data-develpoment-oci-service-integration
2 parents 461a35b + 3bb427b commit 956ffbb

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
2525

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

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

3434
On MacOS:
3535
```
3636
$ cd <your_downloads_directory>
37-
$ shasum -a 512256 -c oci-security-health-check-standard-230922.sha512256
38-
oci-security-health-check-standard-230922.zip: OK
37+
$ shasum -a 512256 -c oci-security-health-check-standard-240130.sha512256
38+
oci-security-health-check-standard-240130.zip: OK
3939
```
4040
4141
On Linux (including Cloud Shell):
4242
```
4343
$ cd <your_downloads_directory>
44-
$ sha512sum -c oci-security-health-check-standard-230922.sha512
45-
oci-security-health-check-standard-230922.zip: OK
44+
$ sha512sum -c oci-security-health-check-standard-240130.sha512
45+
oci-security-health-check-standard-240130.zip: OK
4646
```
4747
4848
**Reject the downloaded file if the check fails!**

0 commit comments

Comments
 (0)