We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug - a clear and concise overview of what the bug is.
optional flag -f does not output a different file type.
-f
Provide context to the issue - provide steps to reproduce the behavior, such as:
./sbom-spdx-generator -f json -o /out/spdx
./sbom-spdx-generator -f 'json' -o /out/spdx
Expecting a json format file output in the directory /out/spdx/
Which repository causes this error?
No additional Context
The "done" criteria when this feature or problem is resolved. Such as:
The text was updated successfully, but these errors were encountered:
same issue
Sorry, something went wrong.
No branches or pull requests
Summary
Describe the bug - a clear and concise overview of what the bug is.
optional flag
-f
does not output a different file type.Background
Provide context to the issue - provide steps to reproduce the behavior, such as:
./sbom-spdx-generator -f json -o /out/spdx
OR./sbom-spdx-generator -f 'json' -o /out/spdx
Expected behavior
Expecting a json format file output in the directory /out/spdx/
Screenshots
Repository
Which repository causes this error?
Additional Context
No additional Context
Acceptance Criteria
The "done" criteria when this feature or problem is resolved. Such as:
References
The text was updated successfully, but these errors were encountered: