Skip to content

Commit 4847d8d

Browse files
add docker sbom, provenance and annotations
1 parent 08081d7 commit 4847d8d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/docker-publish-rootless.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,11 @@ jobs:
101101
build-args: |
102102
VERSION=${{ github.ref_name }}
103103
COMMIT=${{ github.sha }}
104-
105-
- name: Export digest
104+
provenance: true
105+
sbom: true
106+
annotations: ${{ steps.meta.outputs.annotations }}
107+
108+
- name: Export digest
106109
run: |
107110
mkdir -p /tmp/digests
108111
digest="${{ steps.build.outputs.digest }}"

.github/workflows/docker-publish.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
build-args: |
9898
VERSION=${{ github.ref_name }}
9999
COMMIT=${{ github.sha }}
100+
provenance: true
101+
sbom: true
102+
annotations: ${{ steps.meta.outputs.annotations }}
100103

101104
- name: Export digest
102105
run: |

0 commit comments

Comments
 (0)