@@ -92,26 +92,26 @@ jobs:
9292 VCS_REF=${{ github.sha }}
9393 VERSION=${{ steps.meta.outputs.version }}
9494
95- - name : Generate artifact attestation
96- if : github.event_name != 'pull_request'
97- uses : actions/attest-build-provenance@v3
98- with :
99- subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
100- subject-digest : ${{ steps.push.outputs.digest }}
101- push-to-registry : false
95+ # - name: Generate artifact attestation
96+ # if: github.event_name != 'pull_request'
97+ # uses: actions/attest-build-provenance@v3
98+ # with:
99+ # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
100+ # subject-digest: ${{ steps.push.outputs.digest }}
101+ # push-to-registry: false
102102
103- - name : Generate SBOM
104- if : github.event_name != 'pull_request'
105- 106- with :
107- image : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.push.outputs.digest }}
108- format : spdx-json
109- output-file : sbom.spdx.json
103+ # - name: Generate SBOM
104+ # if: github.event_name != 'pull_request'
105+ 106+ # with:
107+ # image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.push.outputs.digest }}
108+ # format: spdx-json
109+ # output-file: sbom.spdx.json
110110
111- - name : Upload SBOM as artifact
112- if : github.event_name != 'pull_request'
113- uses : actions/upload-artifact@v4
114- with :
115- name : ${{ steps.short-sha.outputs.sha }}-sbom
116- path : sbom.spdx.json
117- retention-days : 90
111+ # - name: Upload SBOM as artifact
112+ # if: github.event_name != 'pull_request'
113+ # uses: actions/upload-artifact@v4
114+ # with:
115+ # name: ${{ steps.short-sha.outputs.sha }}-sbom
116+ # path: sbom.spdx.json
117+ # retention-days: 90
0 commit comments