Skip to content

Commit a345f23

Browse files
committed
set provenance and sbom data
1 parent 0c6b33a commit a345f23

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
4747
- name: Bake pyenv
4848
run: |
49-
docker buildx bake --pull --push --file ./pyenv.hcl
49+
docker buildx bake --pull --provenance=true --sbom=true --push --file ./pyenv.hcl
5050
5151
- name: Bake tox
5252
run: |
53-
docker buildx bake --pull --push --file ./tox-base.hcl
53+
docker buildx bake --pull --provenance=true --sbom=true --push --file ./tox-base.hcl

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ available on the host:
5858
./create_builds.py pyenv > pyenv.hcl
5959
./create_builds.py tox-base > tox-base.hcl
6060
docker login
61-
docker buildx bake --pull --push --file ./pyenv.hcl
62-
docker buildx bake --pull --push --file ./tox-base.hcl
61+
docker buildx bake --pull --push --file ./pyenv.hcl --provenance=true --sbom=true
62+
docker buildx bake --pull --push --file ./tox-base.hcl --provenance=true --sbom=true
63+
>>>>>>> 12f4940 (set provenance and sbom data)
6364
6465
The `create_builds.py` script output includes the Docker commands above as HCL file comments.

0 commit comments

Comments
 (0)