DependencyTrack / hyades

Incubating project for decoupling responsibilities from Dependency-Track's monolithic API server into separate, scalable services.
https://dependencytrack.github.io/hyades/latest
Apache License 2.0
61 stars 18 forks source link

Migrate to Quarkus-native CycloneDX SBOM generation #1502

Closed nscuro closed 2 months ago

nscuro commented 2 months ago

Description

Migrates to Quarkus-native CycloneDX SBOM generation.

Addressed Issue

N/A

Additional Details

We generate and publish SBOMs for the Fast JAR distribution of our applications.

Checklist

codacy-production[bot] commented 2 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +17.92% (target: -1.00%) :white_check_mark: (target: 70.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (a84682cd04a8c50d6b0aeb8736afa572669f0e3d) | 201 | 132 | 65.67% | | | Head commit (90bc36294d69a494bc5dc2cd5dcdefbd22ff0763) | 6893 (+6692) | 5762 (+5630) | 83.59% (**+17.92%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#1502) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

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