File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 tags : true
2323
2424 - name : Run Trivy (client:dev)
25- uses : aquasecurity/trivy-action@0.30 .0
25+ uses : aquasecurity/trivy-action@0.31 .0
2626 with :
2727 image-ref : " ghcr.io/diracgrid/diracx/client:dev"
2828 format : " sarif"
3535 category : " client-dev"
3636
3737 - name : Run Trivy (services:dev)
38- uses : aquasecurity/trivy-action@0.30 .0
38+ uses : aquasecurity/trivy-action@0.31 .0
3939 with :
4040 image-ref : " ghcr.io/diracgrid/diracx/services:dev"
4141 format : " sarif"
6161
6262 - name : Run Trivy (client:release)
6363 if : ${{ steps.get-latest-tag.outputs.latest_tag != '' }}
64- uses : aquasecurity/trivy-action@0.30 .0
64+ uses : aquasecurity/trivy-action@0.31 .0
6565 with :
6666 image-ref : " ghcr.io/diracgrid/diracx/client:${{ steps.get-latest-tag.outputs.latest_tag }}"
6767 format : " sarif"
7777
7878 - name : Run Trivy (services:release)
7979 if : ${{ steps.get-latest-tag.outputs.latest_tag != '' }}
80- uses : aquasecurity/trivy-action@0.30 .0
80+ uses : aquasecurity/trivy-action@0.31 .0
8181 with :
8282 image-ref : " ghcr.io/diracgrid/diracx/services:${{ steps.get-latest-tag.outputs.latest_tag }}"
8383 format : " sarif"
You can’t perform that action at this time.
0 commit comments