Skip to content

Commit 40c8d5c

Browse files
Update anchore/sbom-action action to v0.23.1
1 parent e11842b commit 40c8d5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-tag-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)