Skip to content

Commit a013199

Browse files
taporttiulpin
authored andcommitted
📝 Update documentation to use QODANA_ENDPOINT
1 parent f521171 commit a013199

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ It runs one of Qodana Docker's images
162162
Note that most options can be configured via qodana.yaml (https://www.jetbrains.com/help/qodana/qodana-yaml.html) file.
163163
But you can always override qodana.yaml options with the following command-line options.
164164

165+
Supply the qodana project token by declaring the `QODANA_TOKEN` environment variable
166+
167+
If you are using other Qodana Cloud instance than https://qodana.cloud/, override it with declaring `QODANA_ENDPOINT` environment variable.
168+
165169

166170
```shell
167171
qodana scan [flags]
@@ -249,7 +253,9 @@ Send the report (qodana.sarif.json and other analysis results) to Qodana Cloud.
249253

250254
If report directory is not specified, the latest report will be fetched from the default linter results location.
251255

252-
If you are using other Qodana Cloud instance than https://qodana.cloud/, override it with declaring `ENDPOINT` environment variable.
256+
Supply the qodana project token by declaring the `QODANA_TOKEN` environment variable
257+
258+
If you are using other Qodana Cloud instance than https://qodana.cloud/, override it with declaring `QODANA_ENDPOINT` environment variable.
253259

254260
```shell
255261
qodana send [flags]

0 commit comments

Comments
 (0)