Skip to content

Conversation

@Simon-van-Diepen
Copy link
Contributor

No description provided.

@Simon-van-Diepen Simon-van-Diepen linked an issue Dec 8, 2025 that may be closed by this pull request
@Simon-van-Diepen
Copy link
Contributor Author

With this PR I add reading functionality for the orbit information contained in the DORIS5 output

@Simon-van-Diepen
Copy link
Contributor Author

Hi @rogerkuou could you review this PR?

The SonarQube build is failing with the error message :

Warning: This version of the SonarQube Scanner GitHub Action is no longer supported and contains a security vulnerability. Please update your workflow to use sonarsource/sonarqube-scan-action@v6 for the latest security patches and features. For more information visit https://community.sonarsource.com/gha-v6-update
Run actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
Cache not found for input keys: sonar-scanner-cli-7.2.0.5079-Linux-X64
Run ${GITHUB_ACTION_PATH}/scripts/install-sonar-scanner-cli.sh
+ mkdir -p /home/runner/work/_temp/sonarscanner
+ cd /home/runner/work/_temp/sonarscanner
+ SCANNER_FILE_NAME=sonar-scanner-cli-7.2.0.5079-linux-x64.zip
+ SCANNER_URI=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-7.2.0.5079-linux-x64.zip
+ command -v wget
+ wget --no-verbose --user-agent=sonarqube-scan-action https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-7.2.0.5079-linux-x64.zip
2025-12-08 10:44:17 URL:https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-7.2.0.5079-linux-x64.zip [58106473/58106473] -> "sonar-scanner-cli-7.2.0.5079-linux-x64.zip" [1]
+ unzip -q -o sonar-scanner-cli-7.2.0.5079-linux-x64.zip
+ SCANNER_UNZIP_FOLDER=sonar-scanner-7.2.0.5079-linux-x64
+ SCANNER_LOCAL_FOLDER=/home/runner/work/_temp/sonar-scanner-cli-7.2.0.5079-Linux-X64
+ '[' -d /home/runner/work/_temp/sonar-scanner-cli-7.2.0.5079-Linux-X64 ']'
+ mv -f sonar-scanner-7.2.0.5079-linux-x64 /home/runner/work/_temp/sonar-scanner-cli-7.2.0.5079-Linux-X64
Run echo "${RUNNER_TEMP}/sonar-scanner-cli-7.2.0.5079-Linux-X64/bin" >> $GITHUB_PATH
Run ${GITHUB_ACTION_PATH}/scripts/run-sonar-scanner.sh
+ sonar-scanner
10:44:18.350 INFO  Scanner configuration file: /home/runner/work/_temp/sonar-scanner-cli-7.2.0.5079-Linux-X64/conf/sonar-scanner.properties
10:44:18.353 INFO  Project root configuration file: /home/runner/work/sarxarray/sarxarray/sonar-project.properties
10:44:18.364 INFO  SonarScanner CLI 7.2.0.5079
10:44:18.365 INFO  Linux 6.11.0-1018-azure amd64
10:44:19.018 INFO  Communicating with SonarQube Cloud
10:44:19.019 INFO  JRE provisioning: os[linux], arch[x86_64]
10:44:19.486 ERROR Failed to query JRE metadata: GET https://api.sonarcloud.io/analysis/jres?os=linux&arch=x86_64 failed with HTTP 403. Please check the property sonar.token or the environment variable SONAR_TOKEN.
10:44:19.486 INFO  EXECUTION FAILURE
10:44:19.487 INFO  Total time: 1.140s
Error: Process completed with exit code 1.

I have never seen SonarQube before, and do not understand what "Failed to query JRE metadata" means. Could you have a look?

Copy link
Member

@rogerkuou rogerkuou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Simon-van-Diepen , Nice implementation! Dont worry about the sonar cloud now. I will handle it from my side later.

Please go ahead and merge

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
77.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@Simon-van-Diepen Simon-van-Diepen merged commit 54ea942 into main Dec 10, 2025
16 of 18 checks passed
@Simon-van-Diepen Simon-van-Diepen deleted the 70-metadata branch December 10, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Metadata field naming and handling

3 participants