Niklas
Niklas
> Only my 2 cents, propose to configure through UI and environment variable adding internal complexity for little added value. Maybe other users have another point of view. From what...
Duplicate of #2366. If this happens on *every* restart, please verify that you're mounting the [`/data`](https://docs.dependencytrack.org/getting-started/data-directory/) directory to a persistent volume, and that files in that volume are accessible by...
@Nicolas-Peiffer Do you know how well Git submodules play with Go modules? For example, consider we want to embed schema files from the submodule via `//go:embed`. Will consumers of `cyclonedx-go`...
@Squixx Any idea how we can make your changes work with this requirement?
@troy256 The Helm chart also says that `readOnlyRootFilesystem` is not supported for the frontend, hence defaulting it to `false`: https://github.com/DependencyTrack/helm-charts/blob/24dacda40749b564f6a8bb54a2976ac5c8f3bac5/charts/dependency-track/values.yaml#L157-L158
Indeed a different issue than #1484. The task is only scheduled on startup when enabled in the config: https://github.com/DependencyTrack/hyades-apiserver/blob/1f5f736b12d0257db1a3bb13b7d305aaf9986fa5/src/main/java/org/dependencytrack/tasks/TaskScheduler.java#L107-L109
Please confirm whether the BOM you're uploading contains dependency graph information: https://cyclonedx.org/use-cases/#dependency-graph
For reference, the Go and .NET implemenations do this: * https://github.com/nscuro/cyclonedx-dotnet-library/blob/main/tests/CycloneDX.Core.Tests/Json/v1.4/SerializationTests.cs * https://github.com/CycloneDX/cyclonedx-go/blob/master/roundtrip_test.go
Some notes: * The canonical repository for Conan appears to be ConanCenter: https://conan.io/center * Upon first look I haven't seen a public API of ConanCenter --- @shoeffner This issue is...
@BlythMeister Can you check whether this problem stems from component metrics or "higher up"? Since project metrics are just a sum of component metrics, and portfolio metrics a sum of...