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
initialy i though it my be my issue since sonarqube project did not have any version, so i hardcoded it in the sonar analysis via properties and still the value in HDF file is null
Ok so i am trying to export sonarqube -> HDF -> SARIF and the conversion is crashing on HDF file not having project version
i am generating HDF file this way
sarif_files_path=$(pwd)
convert_command="docker run --rm -w /share -v ${sarif_files_path}:/share -e SONAR_HOST_URL -e SONAR_TOKEN mitre/saf convert sonarqube2hdf -n -u $SONAR_HOST_URL --auth $SONAR_TOKEN -o ./hdf/sonarqube_scan.json"
echo "Running conversion command: ${convert_command}"
${convert_command}
initialy i though it my be my issue since sonarqube project did not have any version, so i hardcoded it in the sonar analysis via properties and still the value in HDF file is null
attaching sample HDF file
sonarqube_scan.json
The text was updated successfully, but these errors were encountered: