File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ jobs:
119119 push-to-registry : true
120120
121121 - name : Generate SPDX SBOM
122- uses : anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
122+ uses : anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
123123 with :
124124 image : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.changed.outcome == 'success' && steps.version.outputs.new_tag || github.ref_name }}
125125 format : spdx-json
126126 output-file : ./sbom.spdx.json
127127
128128 - name : Generate CycloneDX SBOM
129- uses : anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
129+ uses : anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
130130 with :
131131 image : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.changed.outcome == 'success' && steps.version.outputs.new_tag || github.ref_name }}
132132 format : cyclonedx-json
You can’t perform that action at this time.
0 commit comments