SBOM
Created , Updated
Access to z/IRIS IronTap SBOMs is provided via the GitLab API:
CODE
https://gitlab.com/api/v4/projects/46849239/packages/generic/irontap- <flavor>/<version>/irontap-<variant>-sbom.json
where:
<flavor>
refers to the release module (e.g.kafka-otel
),<version>
pertains to the version itself (e.g.1.14.0
) and<variant>
can be eitherserver
ordocker.
Example
The following URI
CODE
https://gitlab.com/api/v4/projects/46849239/packages/generic/irontap-kafka-otel/1.15.0/irontap-docker-sbom.json
is relevant for below IronTap module description:
<flavor> = kafka
<version> = 1.15.0
<variant> = docker