File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ permissions:
2626 contents : read
2727
2828jobs :
29- container-image :
30- name : Container image
29+ openmeter- container-image :
30+ name : Openmeter Container image
3131 runs-on : ubuntu-latest
3232
3333 permissions :
8888 push : ${{ inputs.publish }}
8989 save : true
9090 project : ${{ vars.DEPOT_PROJECT }}
91+ sbom : true
92+ sbom-dir : ./sbom-output
93+
94+ - name : Upload SBOM directory as artifact
95+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
96+ with :
97+ name : " [${{ github.job }}] SBOM"
98+ path : ./sbom-output
9199
92100 - name : Set image ref
93101 id : image-ref
@@ -186,6 +194,14 @@ jobs:
186194 push : ${{ inputs.publish }}
187195 save : true
188196 project : ${{ vars.DEPOT_PROJECT }}
197+ sbom : true
198+ sbom-dir : ./sbom-output
199+
200+ - name : Upload SBOM directory as artifact
201+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
202+ with :
203+ name : " [${{ github.job }}] SBOM"
204+ path : ./sbom-output
189205
190206 - name : Set image ref
191207 id : image-ref
You can’t perform that action at this time.
0 commit comments