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:
126126 sarif_file : " trivy-results.sarif"
127127
128128 - name : Upload Scan Results
129- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
129+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
130130 continue-on-error : true
131131 with :
132132 name : " trivy-results.sarif"
Original file line number Diff line number Diff line change 5252 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5353 # format to the repository Actions tab.
5454 - name : " Upload artifact"
55- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
55+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5656 with :
5757 name : SARIF file
5858 path : results.sarif
You can’t perform that action at this time.
0 commit comments