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:
29
29
with :
30
30
subject-path : ${{ github.event.repository.name }}-sbom.spdx.json
31
31
- name : Scan SBOM
32
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
32
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
33
33
id : scan
34
34
with :
35
35
sbom : ${{ github.event.repository.name }}-sbom.spdx.json
36
36
fail-build : true
37
37
severity-cutoff : low
38
38
- name : Scan SBOM (print results to console)
39
39
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
41
41
with :
42
42
output-format : table
43
43
sbom : ${{ github.event.repository.name }}-sbom.spdx.json
You can’t perform that action at this time.
0 commit comments