Reputation: 51
I have to read Jfrog Artifact X-ray report. On console the report can be seen under Artifactory-> Artifacts-> (Choose specific Artifact) ->X-ray
I want to read the same report from CLI for which i am not able to get the cli command. Can someone please guide.
Upvotes: 1
Views: 1840
Reputation: 1861
You can get a build result using Xray's Build Summary REST API, and reports using one of the Reports REST APIs.
JFrog CLI does not currently support getting the report from Xray. You will however be provided with a scan summary if you trigger the scan using JFrog CLI's Build Scan command.
Upvotes: 0