We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
the scan id is included in --format=json but not in --format sarif
--format=json
--format sarif
$ jq -r '.[].scan_id' ./xray.json 0d0a1fd8-ece8-4e2a-6be4-f59edf917227
$ jq -r '.runs[].automationDetails.guid' ./xray-sarif.json null
the scan id is used to access the On-Demand Scanning report. e.g. https://artifactory.example.com/ui/onDemandScanning/0d0a1fd8-ece8-4e2a-6be4-f59edf917227
some scans take a long time so running them twice to get both the SARIF output and the scan id is less than ideal.
Describe the solution you'd like to see
output the scan id in the guid field of the automationDetails object for each run object
Describe alternatives you've considered
Selling all my worldly possessions and retreating into the forest.
Additional context SARIF v2.1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
the scan id is included in
--format=json
but not in--format sarif
$ jq -r '.[].scan_id' ./xray.json 0d0a1fd8-ece8-4e2a-6be4-f59edf917227
$ jq -r '.runs[].automationDetails.guid' ./xray-sarif.json null
the scan id is used to access the On-Demand Scanning report. e.g.
https://artifactory.example.com/ui/onDemandScanning/0d0a1fd8-ece8-4e2a-6be4-f59edf917227
some scans take a long time so running them twice to get both the SARIF output and the scan id is less than ideal.
Describe the solution you'd like to see
output the scan id in the guid field of the automationDetails object for each run object
Describe alternatives you've considered
Selling all my worldly possessions and retreating into the forest.
Additional context
SARIF v2.1.0
The text was updated successfully, but these errors were encountered: