-
-
Notifications
You must be signed in to change notification settings - Fork 9
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: collect evidences for license #1309
Conversation
… notices Refs: CycloneDX#676 Signed-off-by: frozen_byte <[email protected]>
…ence` Signed-off-by: frozen_byte <[email protected]>
…ct passed down as an argument Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
…t used once Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
…s scope Signed-off-by: frozen_byte <[email protected]>
… file Signed-off-by: frozen_byte <[email protected]>
…apshot Signed-off-by: frozen_byte <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for tests, do not enable the new feature in all tests beds.
instead, create a new test bed dedicated to the feature, and enable the feature there.
I copied the folder from This error worries me when I execute |
In addition, my revert commit Should I leave it? Or renaming this commit one and force pushing a new history? Or will this break things even further? |
We need every commit signed-off. Here are instructions how this can be done via rebase/force-push: Since you are the only person working on this branch, i don't see any risks. Go ahead :D |
…pdate snapshot" This reverts commit 9b7b253. Signed-off-by: frozen_byte <[email protected]>
…nce feature got moved Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
…tion test Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Either yarn takes care of the missing (peer)dependency, or we just dont care. |
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: frozen_byte <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
@Frozen-byte thank you for the contribution. 🚀 I will merge it, and might add some small polishing. PS: polishing via #1312 |
followup of #1309 - fixed some false-positives for license evidences. - refactored some functionality, so that it is much easier to add #1310 later Signed-off-by: Jan Kowalleck <[email protected]>
fixes #676