You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was setting up the catalog task (SBOM/CyclineDX) and the docs state: "Catalogers require a name", but only on the YAML tab.
When I copy pasted the configuration and ran it, I was however greeted with the following error:
Unrecognized field "app" (class org.jreleaser.model.internal.catalog.sbom.CyclonedxSbomCataloger), not marked as ignorable (7 known properties: "extraProperties", "active", "files", "version", "pack", "formats", "distributions"])
Since this naming is only present in the YAML variant and it does work once I remove the name ("app"), I assume this is an unexpected inconsistency? I am willing to fix it through PR, but I need confirmation that this is indeed incorrect.
Context
I was setting up the catalog task (SBOM/CyclineDX) and the docs state: "Catalogers require a name", but only on the YAML tab.
When I copy pasted the configuration and ran it, I was however greeted with the following error:
Since this naming is only present in the YAML variant and it does work once I remove the name ("app"), I assume this is an unexpected inconsistency? I am willing to fix it through PR, but I need confirmation that this is indeed incorrect.
Source in repo:
jreleaser.github.io/docs/modules/reference/partials/catalog/sbom/yaml/common-head.adoc
Line 6 in 0b96221
The text was updated successfully, but these errors were encountered: