Skip to content

Commit 3da5a3c

Browse files
chore(gh-actions-deps): update anchore/scan-action action to v6.3.0 in all dependant reusable workflows (#550)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58f4513 commit 3da5a3c

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@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
32+
uses: anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
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@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
40+
uses: anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
4141
with:
4242
output-format: table
4343
sbom: ${{ github.event.repository.name }}-sbom.spdx.json

0 commit comments

Comments
 (0)