-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
feat: Metadata.licenses
& Metadata.properties
#1020
feat: Metadata.licenses
& Metadata.properties
#1020
Conversation
Signed-off-by: Augustus Kling <[email protected]>
@jkowalleck , note that I've basically guessed what could be right. It would be good if you or somebody else from your team could add a few tests cases. |
Please add test cases yourself,
Please find a description how snapshot-generation works: https://github.com/CycloneDX/cyclonedx-javascript-library/tree/main/tests thank you in advance |
Check the provided test cases carefully to ensure they expect what should actually happen. I've also added the |
Metadata.licenses
& Metadata.properties
Signed-off-by: Jan Kowalleck <[email protected]>
re: #1020 (comment) Thank you for your effort. See the following as some background information:
This is to enable a usage of the package by install-from-source. This comes in handy when you want to integrate a feature branch locally in an isolated environment.
this project does test the actual build result, and therefore build and test are decoupled. You need to run both processes manually. As you already found out. |
Signed-off-by: Jan Kowalleck <[email protected]>
See #1019 based on CycloneDX/cyclonedx-node-yarn#14 (reply in thread)