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 happened:
When using the -o csv option with Grant, an error occurs while -o json and -o table work as expected.
What you expected to happen:
Had hoped to see Grant output in CSV format
Steps to reproduce the issue:
Ran with the -o csv option
# grant check -o csv -c grant.yaml sbom.spdx.json
⠙ Checking licenses ━━━━━━━━━━━━━━━━━━━━
[0001] ERROR unable to get license by ID: LicenseRef-public-domain; no matching spdx id found
[0001] ERROR unable to get license by ID: LicenseRef-BSD-3-clause-Cambridge; no matching spdx id found
<snip>
unable to render report for inputs [sbom.spdx.json]: invalid format: csv; valid formats are: [json table csv]
Anything else we need to know?:
Config file attached.
What happened:
When using the -o csv option with Grant, an error occurs while -o json and -o table work as expected.
What you expected to happen:
Had hoped to see Grant output in CSV format
Steps to reproduce the issue:
Ran with the -o csv option
Anything else we need to know?:
Config file attached.
Environment:
grant version
: grant 0.2.2grant.yaml.zip
The text was updated successfully, but these errors were encountered: