You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Map field support to cycloneDX
Why is this needed: Golang bin metadata has a map with info of how a package was built.
Additional context:
Golang bin metadata has a map of values which is dropped when output format is cyclonedx (XML and JSON). Right now syft alerts that some data was skipped from the output:
$ syft (which syft) -o cyclonedx-xml | bat
✔ Indexed /usr/local/bin/syft
✔ Cataloged packages [215 packages]
[0000] WARN skipping encoding of unsupported property: syft:metadata:goBuildSettings
[0000] WARN skipping encoding of unsupported property: syft:metadata:goBuildSettings
[0000] WARN skipping encoding of unsupported property: syft:metadata:goBuildSettings
[0000] WARN skipping encoding of unsupported property: syft:metadata:goBuildSettings
[0000] WARN skipping encoding of unsupported property: syft:metadata:goBuildSettings
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Map field support to cycloneDX
Why is this needed:
Golang bin metadata has a map with info of how a package was built.
Additional context:
Golang bin metadata has a map of values which is dropped when output format is cyclonedx (XML and JSON). Right now syft alerts that some data was skipped from the output:
The text was updated successfully, but these errors were encountered: