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
If you run tally -o cyclonedx-json bom.json on a syft-json file, it will exit successfully but not print any repositories. This is because the JSON parsing succeeds but there's no check to validate that the fields are what we expect them to be.
We should try and exit out with exit code 1 when the BOM format doesn't match the one we expected.
The text was updated successfully, but these errors were encountered:
If you run
tally -o cyclonedx-json bom.json
on asyft-json
file, it will exit successfully but not print any repositories. This is because the JSON parsing succeeds but there's no check to validate that the fields are what we expect them to be.We should try and exit out with exit code 1 when the BOM format doesn't match the one we expected.
The text was updated successfully, but these errors were encountered: