Skip to content
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

Update CDX schema to v1.6 #780

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Update CDX schema to v1.6 #780

merged 2 commits into from
Jul 18, 2024

Conversation

sahibamittal
Copy link
Collaborator

@sahibamittal sahibamittal commented Jul 11, 2024

Description

We currently use the CycloneDX Protobuf schema v1.4. Update the schema to v1.6: https://github.com/CycloneDX/specification/blob/master/schema/bom-1.6.proto

Addressed Issue

Closes DependencyTrack/hyades#1333

Checklist

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have updated the migration changelog accordingly
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

Copy link

codacy-production bot commented Jul 11, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.03% (target: -1.00%) 50.00% (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e19cf4a) 20705 16957 81.90%
Head commit (8b49ca8) 20705 (+0) 16950 (-7) 81.86% (-0.03%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#780) 2 1 50.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@sahibamittal sahibamittal marked this pull request as ready for review July 16, 2024 13:36
@nscuro nscuro added this to the 5.5.0 milestone Jul 18, 2024
@nscuro nscuro added the enhancement New feature or request label Jul 18, 2024
@nscuro nscuro merged commit 202a506 into main Jul 18, 2024
7 of 9 checks passed
@nscuro nscuro deleted the issue-1333-update-cdx-schema-v1.6 branch July 18, 2024 12:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CycloneDX Protobuf schema to v1.6
2 participants