aktin / aktin/docker-aktin-dwh
Improve provenance completeness and image signing practices
- Ngôn ngữ chính
- Shell
- Star
- 0
- Fork
- 0
- Merge trung bình
- 1 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
## Description:
Our current Cosign/SLSA setup works, but does not fully follow supply-chain best practices. The main issues are related to provenance completeness, digest handling, and minor SBOM inconsistencies.
## Observations:
* Incomplete SLSA provenance
* Provenance reports completeness.environment=false and completeness.materials=false because the build is performed outside the SLSA generator workflow.
* Build and provenance are decoupled
* Images are built and pushed in a custom job, while provenance is generated later in a separate workflow.
* Fragile digest handling and signing
* Digests are parsed from docker push output, and only the :latest digest is signed. Release/version tag digests may not be explicitly signed.
* SBOM filename mismatch
* CycloneDX JSON SBOMs are written with a .xml filename, which is misleading.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.