Skip to content

Commit

Permalink
add provenance for containers system image
Browse files Browse the repository at this point in the history
Change-Id: Idd3f7eeb8b4ad6ad368b7829f01ee50b17a309a8
  • Loading branch information
jul-sh committed Apr 15, 2024
1 parent 11fe6e6 commit 22ff81c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- buildconfigs/key_xor_test_app.toml
- buildconfigs/oak_containers_kernel.toml
- buildconfigs/oak_containers_stage1.toml
- buildconfigs/oak_containers_system_image.toml
- buildconfigs/oak_echo_enclave_app.toml
- buildconfigs/oak_echo_raw_enclave_app.toml
- buildconfigs/oak_functions_enclave_app.toml
Expand Down
12 changes: 12 additions & 0 deletions buildconfigs/oak_containers_system_image.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This is the static build configuration that we use with the docker-based SLSA3 generator for
# building the `stage1` binary, and its provenance.
# See https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/docker.
command = [
"nix",
"develop",
".#containers",
"--command",
"just",
"oak_containers_system_image",
]
artifact_path = "./oak_containers_system_image/target/image.tar.xz"

0 comments on commit 22ff81c

Please sign in to comment.