Skip to content

Commit cfd4ea1

Browse files
chore(gh-actions-deps): update anchore/scan-action action to v7.0.2 in all dependant reusable workflows (#722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bb542d commit cfd4ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_reusable-sbom-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
with:
3030
subject-path: ${{ github.event.repository.name }}-sbom.spdx.json
3131
- name: Scan SBOM
32-
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
32+
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
3333
id: scan
3434
with:
3535
sbom: ${{ github.event.repository.name }}-sbom.spdx.json
3636
fail-build: true
3737
severity-cutoff: low
3838
- name: Scan SBOM (print results to console)
3939
if: ${{ always() && contains(fromJSON('["success", "failure"]'), steps.scan.outcome) }}
40-
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
40+
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
4141
with:
4242
output-format: table
4343
sbom: ${{ github.event.repository.name }}-sbom.spdx.json

0 commit comments

Comments
 (0)