You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COMMANDS.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Change into the [cypher](./cypher/) directory e.g. with `cd cypher` and then exe
115
115
Change into the [scripts](./scripts/) directory e.g. with `cd scripts` and then execute the script [generateScriptReference.sh](./scripts/generateScriptReference.sh) with the following command:
116
116
117
117
```script
118
-
./../scripts/generateScriptReference.sh
118
+
./generateScriptReference.sh
119
119
```
120
120
121
121
### Update Markdown Reference
@@ -125,11 +125,18 @@ Change into the [results](./results/) directory e.g. with `cd results` and then
125
125
👉**Note:** This script is automatically triggered at the end of [copyReportsIntoResults.sh](./scripts/copyReportsIntoResults.sh)
126
126
which is included in the pipeline [code-reports.yml](.github/workflows/code-reports.yml) and doesn't need to be executed manually normally.
127
127
128
-
129
128
```script
130
129
./../scripts/generateScriptReference.sh
131
130
```
132
131
132
+
### Update Environment Variable Reference
133
+
134
+
Change into the [scripts](./scripts/) directory e.g. with `cd scripts` and then execute the script [generateEnvironmentVariablesReference.sh](./scripts/generateEnvironmentVariablesReference.sh) with the following command:
135
+
136
+
```script
137
+
./generateEnvironmentVariablesReference.sh
138
+
```
139
+
133
140
## Manual Setup
134
141
135
142
The manual setup is only documented for completeness. It isn't needed since the analysis also covers download, installation and configuration of all needed tools.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,10 @@ The [Code Reports Pipeline](./.github/workflows/code-reports.yml) utilizes [GitH
94
94
95
95
[COMMANDS.md](./COMMANDS.md) contains further details on commands and how to do a manual setup.
96
96
97
+
## 🛠 Environment Variable Reference
98
+
99
+
[ENVIRONMENT_VARIABLES.md](./scripts/ENVIRONMENT_VARIABLES.md) contains all environment variables that are used in the scripts including default values and description. It can updated as described in [Update Environment Variable Reference](./COMMANDS.md#update-environment-variable-reference) of the [Commands Reference](./COMMANDS.md).
0 commit comments