jfrog-cli
jfrog-cli copied to clipboard
Missing JFrog Licenses in SARIF format
Describe the bug
None of the JFrog licenses are included in the SARIF format.
Current behavior
None of the JFrog licenses are included in the SARIF format.
Reproduction steps
- Create 2 reports (1 JSON and 1 SARIF)
-
jf audit --licenses --format json > foss_result.json -
jf audit --licenses --format sarif > foss_result.sarif - Compare the outputs of the reports
Expected behavior
The SARIF format contains the same license information as the json output.
JFrog CLI version
2.52.9
Operating system type and version
Docker
JFrog Artifactory version
No response
JFrog Xray version
No response
Related of: https://github.com/jfrog/jfrog-cli/issues/2063 (open since July 2023, issue present from at least version 2.42.1)
Based on https://github.com/jfrog/jfrog-cli/issues/2270 it seems like https://github.com/jfrog/jfrog-cli/issues/2063 has been partially addressed, but nothing regarding licenses yet.