camel-tooling / camel-lsp-client-vscode

This is a client implementation of the Apache Camel Language Server Protocol for Visual Studio Code
Apache License 2.0
26 stars 13 forks source link

Fix sbom generation on Jenkins #1965

Closed apupier closed 1 month ago

apupier commented 1 month ago

the version must be upgraded due to some other updates related to eslint upgrade; it was upgraded on GitHub Actions already

exception is:

10:02:40  + ./cyclonedx-linux-x64 merge --hierarchical --group com.github.camel-tooling --name vscode-apache-camel --version 1.6.0 --input-files node-sbom.json camel-ls-sbom.json --output-file manifest.json
10:02:40  Processing input file node-sbom.json
10:02:40      Contains 63 components
10:02:40  Processing input file camel-ls-sbom.json
10:02:40  Unhandled exception: System.ArgumentException: Unsupported specification version: 1.6
10:02:40     at CycloneDX.Models.Bom.set_SpecVersionString(String value)
10:02:40     at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud