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
feat: allow users to save purls in csv format (#102)
* feat: allow purls to be outputted in csv format
* fix: ensure only sbom flags are passed to command
Previously, all flags from the 'parent' commands were getting
passed to the sbom commands. This threw an error if the parent
command, e.g. 'report purls', has a command that doesn't exist
in the sbom command.
* feat: improve csv output formatting
* chore: add purls.svc tests
0 commit comments