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 22
22
tags : true
23
23
24
24
- name : Run Trivy (client:dev)
25
- uses : aquasecurity/trivy-action@0.30 .0
25
+ uses : aquasecurity/trivy-action@0.31 .0
26
26
with :
27
27
image-ref : " ghcr.io/diracgrid/diracx/client:dev"
28
28
format : " sarif"
35
35
category : " client-dev"
36
36
37
37
- name : Run Trivy (services:dev)
38
- uses : aquasecurity/trivy-action@0.30 .0
38
+ uses : aquasecurity/trivy-action@0.31 .0
39
39
with :
40
40
image-ref : " ghcr.io/diracgrid/diracx/services:dev"
41
41
format : " sarif"
61
61
62
62
- name : Run Trivy (client:release)
63
63
if : ${{ steps.get-latest-tag.outputs.latest_tag != '' }}
64
- uses : aquasecurity/trivy-action@0.30 .0
64
+ uses : aquasecurity/trivy-action@0.31 .0
65
65
with :
66
66
image-ref : " ghcr.io/diracgrid/diracx/client:${{ steps.get-latest-tag.outputs.latest_tag }}"
67
67
format : " sarif"
77
77
78
78
- name : Run Trivy (services:release)
79
79
if : ${{ steps.get-latest-tag.outputs.latest_tag != '' }}
80
- uses : aquasecurity/trivy-action@0.30 .0
80
+ uses : aquasecurity/trivy-action@0.31 .0
81
81
with :
82
82
image-ref : " ghcr.io/diracgrid/diracx/services:${{ steps.get-latest-tag.outputs.latest_tag }}"
83
83
format : " sarif"
You can’t perform that action at this time.
0 commit comments