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
What happened:
An example match from JSON output. The Package information should be filled and should not be blank.
Package
{ "Cycle": { "ProductName": "Ubuntu", "ReleaseCycle": "16.04", "Eol": "2021-04-02", "LatestRelease": "", "LatestReleaseDate": "2020-08-13", "ReleaseDate": "2016-04-21" }, "Package": { "ID": "", "Name": "", "Version": "", "Locations": {}, "Language": "", "Licenses": null, "Type": "", "CPEs": null, "PURL": "", "Upstreams": null, "MetadataType": "", "Metadata": null }, "artifact": { "name": "Ubuntu", "version": "16.04", "type": "os", "locations": [], "language": "", "licenses": [], "cpes": [], "purl": "", "upstreams": [] } } ],
What you expected to happen:
The Package information should be filled and should not be blank.
How to reproduce it (as minimally and precisely as possible):
xeol <image> -o json on any image
xeol <image> -o json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
An example match from JSON output. The
Package
information should be filled and should not be blank.What you expected to happen:
The
Package
information should be filled and should not be blank.How to reproduce it (as minimally and precisely as possible):
xeol <image> -o json
on any imageThe text was updated successfully, but these errors were encountered: