53
53
54
54
55
55
- name : Run Trivy vulnerability scanner with sarif output
56
- uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30 .0
56
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32 .0
57
57
with :
58
58
scan-type : config
59
59
scan-ref : ./docker
63
63
output : Trivy-dockerfile.sarif
64
64
65
65
- name : Upload Trivy scan results to GitHub Security tab
66
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
66
+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
67
67
with :
68
68
sarif_file : Trivy-dockerfile.sarif
69
69
91
91
ref : ${{ inputs.branch }}
92
92
93
93
- name : Run Trivy vulnerability scanner with sarif output
94
- uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30 .0
94
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32 .0
95
95
with :
96
96
scan-type : config
97
97
scan-ref : ./manager
@@ -101,7 +101,7 @@ jobs:
101
101
output : Trivy-manager-dockerfile.sarif
102
102
103
103
- name : Upload Trivy scan results to GitHub Security tab
104
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
104
+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
105
105
with :
106
106
sarif_file : Trivy-manager-dockerfile.sarif
107
107
@@ -127,7 +127,7 @@ jobs:
127
127
ref : ${{ inputs.branch }}
128
128
129
129
- name : Run Trivy vulnerability scanner with table output
130
- uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30 .0
130
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32 .0
131
131
with :
132
132
scan-type : config
133
133
scan-ref : ./docker
@@ -137,7 +137,7 @@ jobs:
137
137
vuln-type : os,library
138
138
139
139
- name : Run Trivy manager vulnerability scanner with table output
140
- uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30 .0
140
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32 .0
141
141
with :
142
142
scan-type : config
143
143
scan-ref : ./manager
0 commit comments