-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: change Component.Evidence.Identity
to array
#204
base: master
Are you sure you want to change the base?
fix: change Component.Evidence.Identity
to array
#204
Conversation
Signed-off-by: DmitriyLewen <[email protected]>
Signed-off-by: DmitriyLewen <[email protected]>
Signed-off-by: DmitriyLewen <[email protected]>
Signed-off-by: DmitriyLewen <[email protected]>
9331e90
to
76dd76b
Compare
Signed-off-by: DmitriyLewen <[email protected]>
Signed-off-by: DmitriyLewen <[email protected]>
Signed-off-by: DmitriyLewen <[email protected]>
Hmmm, seems like CI never ran for his PR and I can't manually trigger it. @DmitriyLewen do you mind re-opening this PR, or alternatively amend your last commit so GitHub triggers a build? |
…x/componentEvidence-as-array
Hi @nscuro |
@DmitriyLewen I had to approve CI to run since this is your first PR for this repo. However, I wasn't given that option before you pushed a new commit, which is odd. Now we have a few test failures. |
Signed-off-by: DmitriyLewen <[email protected]>
Signed-off-by: DmitriyLewen <[email protected]>
Hello @nscuro I fixed TestEvidence_MarshalJSON/WithIdentify in 24e9503 About TestRoundTripJSON/valid-evidence.json: BTW tests didn't start again :( |
Description
in CycloneDX 1.6 type of
Component.Evidence.Identity
has been changed to[]Identity
.Identity
asstruct
was marked asdeprecated
.https://cyclonedx.org/docs/1.6/json/#tab-pane_metadata_component_evidence_identity_oneOf_i0
Related issues
Component.Evidence.Identity
field in CycloneDX 1.6 #192