File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 env :
2222 TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db
2323 with :
24- image-ref : ghcr.io/Sofie-Automation /sofie-core-${{ matrix.image }}:latest
24+ image-ref : ghcr.io/sofie-automation /sofie-core-${{ matrix.image }}:latest
2525 format : json
2626 output : " ${{ matrix.image }}-trivy-scan-results.json"
2727
3030 env :
3131 TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db
3232 with :
33- image-ref : ghcr.io/Sofie-Automation /sofie-core-${{ matrix.image }}:latest
33+ image-ref : ghcr.io/sofie-automation /sofie-core-${{ matrix.image }}:latest
3434 output : " ${{ matrix.image }}-trivy-scan-results.txt"
3535
3636 - name : Post all scan results to Github Summary as a table
5050 with :
5151 format : " github"
5252 output : " dependency-results-${{ matrix.image }}.sbom.json"
53- image-ref : ghcr.io/Sofie-Automation /sofie-core-${{ matrix.image }}:latest
53+ image-ref : ghcr.io/sofie-automation /sofie-core-${{ matrix.image }}:latest
5454 github-pat : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Create summary of Trivy issues
You can’t perform that action at this time.
0 commit comments