Skip to content

Commit 5e2d339

Browse files
authored
chore(deps): Bump the anchore/sbom-action version (#485)
Signed-off-by: Daniel Liszka <[email protected]>
1 parent f9d580d commit 5e2d339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
7676
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}
7777

78-
- uses: anchore/sbom-action@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
78+
- uses: anchore/sbom-action@c6aed38a4323b393d05372c58a74c39ae8386d02 # v0.15.6
7979
with:
8080
image: ${{ env.CONTAINER_IMAGE_CP }}
8181
format: cyclonedx-json
8282
artifact-name: controlplane.cyclonedx.json
8383
output-file: /tmp/sbom.cp.cyclonedx.json
8484

85-
- uses: anchore/sbom-action@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
85+
- uses: anchore/sbom-action@c6aed38a4323b393d05372c58a74c39ae8386d02 # v0.15.6
8686
with:
8787
image: ${{ env.CONTAINER_IMAGE_CAS }}
8888
format: cyclonedx-json

0 commit comments

Comments
 (0)