File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments