For better version-control, a SBOM-list (Software Bill of Materials) with all packages (apt, pip, go, ...) should be automatically generated and added to the documenation.
Acceptance Criteria
SBOM-list is generated for each merge on the develop-branch and for each tagged version
generated list is automatically added to the documenation, when this is generated
contains:
apt-packages within the docker-images
pip-packages installed by the sdk
go-dependencies defined by the go.mod and go.sum files
QA
Description
For better version-control, a SBOM-list (Software Bill of Materials) with all packages (apt, pip, go, ...) should be automatically generated and added to the documenation.
Acceptance Criteria
Blocked by
How to test