Skip to content

Commit 801a8f4

Browse files
authored
Merge pull request #85 from lawndoc/renovate/anchore-sbom-action-0.x #none
Update anchore/sbom-action action to v0.20.10
2 parents c041502 + 1f38bdd commit 801a8f4

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@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
122+
uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
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@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
129+
uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
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)