File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8181 sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
8282
8383 - name : Upload Trivy low severity cases scan results to GitHub Security
84- uses : github/codeql-action/upload-sarif@v4.32.4
84+ uses : github/codeql-action/upload-sarif@v4.32.5
8585 with :
8686 sarif_file : scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
8787 category : ${{ inputs.variant }}-image-scan-low-cases
@@ -109,7 +109,7 @@ jobs:
109109 sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
110110
111111 - name : Upload Trivy scan results to GitHub Security
112- uses : github/codeql-action/upload-sarif@v4.32.4
112+ uses : github/codeql-action/upload-sarif@v4.32.5
113113 if : always()
114114 with :
115115 # Path to SARIF file relative to the root of the repository
Original file line number Diff line number Diff line change 2828 output-file : ${{ inputs.dockerfile }}.sarif
2929
3030 - name : Upload Hadolint results of ${{ inputs.dockerfile }}
31- uses : github/codeql-action/upload-sarif@v4.32.4
31+ uses : github/codeql-action/upload-sarif@v4.32.5
3232 with :
3333 # Path to SARIF file relative to the root of the repository
3434 sarif_file : ${{ inputs.dockerfile }}.sarif
Original file line number Diff line number Diff line change 6868 sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
6969
7070 - name : Upload Trivy low severity cases scan results to GitHub Security
71- uses : github/codeql-action/upload-sarif@v4.32.4
71+ uses : github/codeql-action/upload-sarif@v4.32.5
7272 with :
7373 sarif_file : scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
7474 category : ${{ inputs.variant }}-image-scan-low-cases
9696 sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
9797
9898 - name : Upload Trivy scan results to GitHub Security
99- uses : github/codeql-action/upload-sarif@v4.32.4
99+ uses : github/codeql-action/upload-sarif@v4.32.5
100100 if : always()
101101 with :
102102 # Path to SARIF file relative to the root of the repository
Original file line number Diff line number Diff line change 3434 TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
3535
3636 - name : Upload Trivy scan results to GitHub Security
37- uses : github/codeql-action/upload-sarif@v4.32.4
37+ uses : github/codeql-action/upload-sarif@v4.32.5
3838 with :
3939 # Path to SARIF file relative to the root of the repository
4040 sarif_file : trivy-repository-scan.sarif
You can’t perform that action at this time.
0 commit comments