v0.1.3
fix: 3 SBOMs in registry per release, no overwrite.
v0.1.2 only published one SBOM because the catalog's container-sbom
template used a fixed <package_name>-container.sbom.json filename;
all three jobs wrote auth-container.sbom.json and overwrote each
other. Pipeline 2.3.3 added the sbom_filename input; this consumer
now picks per-service filenames so all three SBOMs land at
/-/packages/generic/auth/v0.1.3/{consent,ldap-bridge,portal}-container.sbom.json.
No code changes since v0.1.1; just CI packaging.