-
I've successfully run Qodana against my project and reviewed the report locally. I set the |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hello, Could you please share the command you run Qodana with and also logs from the latest Qodana run that failed to forward the report to Cloud? |
Beta Was this translation helpful? Give feedback.
-
I'm only setting the following environment variables from here on the host where qodana-cli is being run:
Do these environment variables need to be set by me in the Docker container or does qodana-cli read them from the host where it is run? I'm using the following command to run the scan When I first ran a successful scan, I was doing so out of the temp directory, but my VM has since rebooted. I ran the following command but nothing was returned: |
Beta Was this translation helpful? Give feedback.
-
Thank you, using the I'm not using GitHub CI, I'm using AppVeyor which has a way to set environment variables, but I wouldn't want to use them on the command line because that information is exposed to the public. |
Beta Was this translation helpful? Give feedback.
-
How do I find, or generate, a publicly accessible link to the cloud report? |
Beta Was this translation helpful? Give feedback.
I'm only setting the following environment variables from here on the host where qodana-cli is being run:
QODANA_TOKEN
QODANA_REMOTE_URL
QODANA_BRANCH
Do these environment variables need to be set by me in the Docker container or does qodana-cli read them from the host where it is run?
I'm using the following command to run the scan
sudo /home/kali/go/bin/qodana-cli scan -l jetbrains/qodana-go:2022.3-eap
. I need to use sudo because Docker will not run without.When I first ran a successful scan, I was doing so out of the temp directory, but my VM has since rebooted. I ran the following command but nothing was returned:
qodana-cli show -d --report-dir /root/.cache/JetBrains/jetbrains-qod…