File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
sarif_file : " trivy-results.sarif"
127
127
128
128
- name : Upload Scan Results
129
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
129
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
130
130
continue-on-error : true
131
131
with :
132
132
name : " trivy-results.sarif"
Original file line number Diff line number Diff line change 52
52
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53
53
# format to the repository Actions tab.
54
54
- name : " Upload artifact"
55
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
55
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
56
56
with :
57
57
name : SARIF file
58
58
path : results.sarif
You can’t perform that action at this time.
0 commit comments