-
I'm using Cataloging Artifacts to generate SBOMs for artifacts. I'd like add additional metadata to the cyclonedx sboms like author, license, etc ... Whats the best way to run multiple commands within the artifact cataloging? Typically I run ...
and I'd like to include a command like ...
... to merge the syft generated sbom with another containing the custom metadata. Is the best solution to create a shell script and call that instead of syft? |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Apr 22, 2024
Replies: 1 comment
-
yeah, probably the shell combining both tools is the best way |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
idunbarh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yeah, probably the shell combining both tools is the best way