Skip to content

Commit 2ce9dcf

Browse files
Merge pull request #99 from oracle-devrel/oci-security-health-check-standard-230630-release
OCI Security Health Check release version updated.
2 parents b1ce20d + 9c1d2a4 commit 2ce9dcf

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
5454
5555
#### Download and upload the release file
5656
57-
- Download the the latest distribution [oci-security-health-check-standard-\<version>.zip](releases/oci-security-health-check-standard-\<version>.zip).
57+
- 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).
5858
- Log into the OCI Console.
5959
- Select the *Developer Tools* icon (looks like a small window) in the header toolbar.
6060
- From the menu select the *Cloud Shell* item.
@@ -63,15 +63,15 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
6363
- Upload the distribution file.
6464
- Extract it
6565
```
66-
$ unzip -q oci-security-health-check-standard-<version>.zip
66+
$ unzip -q oci-security-health-check-standard-230630.zip
6767
```
6868
6969
### Run the script
70-
- Change directory into `oci-security-health-check-standard-<version>`:
70+
- Change directory into `oci-security-health-check-standard`:
7171
```
72-
$ cd oci-security-health-check-standard-<version>
72+
$ cd oci-security-health-check-standard
7373
```
74-
- In the `oci-security-health-check-standard-<version>` directory:
74+
- In the `oci-security-health-check-standard` directory:
7575
- Enable execution of script `standard.sh`:
7676
```
7777
$ chmod +x standard.sh
@@ -90,10 +90,10 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
9090
```
9191
9292
### Getting the results
93-
- In the directory `oci-security-health-check-standard-<version>` a directory will be created which
93+
- In the directory `oci-security-health-check-standard` a directory will be created which
9494
holds all the output created by the scripts. This directory will be
9595
compressed in a single ZIP file and the resulting ZIP file will be moved to
96-
the parent directory of `oci-security-health-check-standard-<version>`.
96+
the parent directory of `oci-security-health-check-standard`.
9797
9898
# License
9999

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Usage
5252
- From the menu select the Cloud Shell item.
5353
- When running it the first time:
5454
- Upload the provided ZIP file.
55-
- Extract it with unzip -q oci-security-health-check-standard-<version>.zip
56-
- Change directory into oci-security-health-check-standard-<version>
57-
$ cd oci-security-health-check-standard-<version>
55+
- Extract it with unzip -q oci-security-health-check-standard-230630.zip
56+
- Change directory into oci-security-health-check-standard
57+
$ cd oci-security-health-check-standard
5858
$ screen
5959
- In the oci-security-health-check-standard-<version> directory run the standard.sh
6060
script.
@@ -66,7 +66,7 @@ Usage
6666
$ ./standard.sh -h
6767

6868
3 Gathering the results
69-
- In the directory oci-security-health-check-standard-<version> a directory will be created which
69+
- In the directory oci-security-health-check-standard a directory will be created which
7070
holds all the output created by the scripts. This directory will be
7171
compressed in a single ZIP file and the resulting ZIP file will be moved to
7272
the home directory of the account running the script.

0 commit comments

Comments
 (0)