File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 5555
5656 - name : Run Trivy vulnerability scanner
5757 uses :
aquasecurity/[email protected] 58+ continue-on-error : true
59+ id : trivy-scan
5860 with :
5961 image-ref : torrust-tracker-deployer/${{ matrix.image.name }}:latest
6062 format : " sarif"
6769 uses : actions/upload-artifact@v4
6870 if : always()
6971 with :
70- name : sarif-project-${{ matrix.image.name }}
72+ name : sarif-project-${{ matrix.image.name }}-${{ github.run_id }}
7173 path : " trivy-results-${{ matrix.image.name }}.sarif"
7274 retention-days : 30
7375
98100
99101 - name : Run Trivy vulnerability scanner
100102 uses :
aquasecurity/[email protected] 103+ continue-on-error : true
104+ id : trivy-scan
101105 with :
102106 image-ref : ${{ matrix.image }}
103107 format : " sarif"
@@ -114,7 +118,7 @@ jobs:
114118 uses : actions/upload-artifact@v4
115119 if : always()
116120 with :
117- name : sarif-third-party-${{ steps.sanitize.outputs.name }}
121+ name : sarif-third-party-${{ steps.sanitize.outputs.name }}-${{ github.run_id }}
118122 path : " trivy-results.sarif"
119123 retention-days : 30
120124
@@ -129,7 +133,7 @@ jobs:
129133 - name : Download all SARIF artifacts
130134 uses : actions/download-artifact@v4
131135 with :
132- pattern : sarif-*
136+ pattern : sarif-*-${{ github.run_id }}
133137 merge-multiple : false
134138
135139 - name : Upload SARIF files to GitHub Security
You can’t perform that action at this time.
0 commit comments