feat(sbom): add VEX lifecycle - #218
Open
nervgh wants to merge 8 commits into
Open
Conversation
nervgh
force-pushed
the
feat/sbom/vex-lifecycle
branch
2 times, most recently
from
July 31, 2026 18:06
051676b to
9cdb56e
Compare
nervgh
marked this pull request as ready for review
August 3, 2026 17:33
Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
Define contracts, data model, plan, quickstart, and research for VEX document handling in werf.yaml. These documents establish the architecture before implementation, mirroring the existing SBOM pattern for OCI artifact storage and retrieval. Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
Add a `vex` option to Dockerfile and Stapel image definitions in werf.yaml. During build, wrap the OpenVEX document in an in-toto statement and DSSE envelope and attach it to the image manifest as an OCI artifact. Rebuilds skip publishing when the VEX document and image digest are unchanged, and cleanup removes VEX artifacts orphaned with their stages. Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
Add tasks T026-T029 for git-tracking validation of VEX files and cleanup of a duplicate VEX validation call. Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
Add ReadVEXFile to FileReader and InspectConfigVexFilePath to Inspector interfaces. Update convergeImageVex in build_phase.go to use these methods instead of direct os.ReadFile, ensuring VEX files are validated as Git-tracked. Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
nervgh
force-pushed
the
feat/sbom/vex-lifecycle
branch
from
August 3, 2026 17:36
1e92164 to
13630b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.