-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
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
Properties metadata.manifest.main are no more available in json output #2702
Comments
Assuming you're referring to the java manifest metadata type, which was: Lines 68 to 71 in fef0e54
And is now: Lines 71 to 74 in f4e1896
This was a change made in #2553 (which is the closest culprit for what you're describing). That being said, I'm not seeing the behavior you're referring to:
There are a lot more examples in that output too. Do you have any example public docker images that you can share that show this behavior? (with java packages you were expecting to have a main manifest section that you are seeing as |
Since we haven't heard back, we'll go ahead and close this issue, but if you need more help, feel free to let us know! Thanks! |
What happened:
Up to version 0.103.1 the metadata.manifest.main properties were also included in the output json. Instead, in recent versions when trying to launch syft on the same target input, they are not not inserted in the resulting json.
What you expected to happen:
Include metadata.manifest.main values into the json output
Steps to reproduce the issue:
Anything else we need to know?:
Environment:
syft version
: syft 1.0.0cat /etc/os-release
or similar):The text was updated successfully, but these errors were encountered: