|
76 | 76 |
|
77 | 77 | - name: Scan LRM backend Docker image |
78 | 78 | if: steps.extract_info.outputs.project == 'lrm' |
| 79 | + continue-on-error: true |
79 | 80 | uses: aquasecurity/trivy-action@0.33.1 |
80 | 81 | with: |
81 | 82 | image-ref: 'ghcr.io/${{ github.repository_owner }}/hub-lrm-back:${{ steps.extract_info.outputs.version }}' |
|
95 | 96 |
|
96 | 97 | - name: Scan LRM frontend Docker image |
97 | 98 | if: steps.extract_info.outputs.project == 'lrm' |
| 99 | + continue-on-error: true |
98 | 100 | uses: aquasecurity/trivy-action@0.33.1 |
99 | 101 | with: |
100 | 102 | image-ref: 'ghcr.io/${{ github.repository_owner }}/hub-lrm-front:${{ steps.extract_info.outputs.version }}' |
@@ -136,6 +138,7 @@ jobs: |
136 | 138 |
|
137 | 139 | - name: Scan landing Docker image |
138 | 140 | if: steps.extract_info.outputs.project == 'landing' |
| 141 | + continue-on-error: true |
139 | 142 | uses: aquasecurity/trivy-action@0.33.1 |
140 | 143 | with: |
141 | 144 | image-ref: 'ghcr.io/${{ github.repository_owner }}/hub-web-landing:${{ steps.extract_info.outputs.version }}' |
@@ -170,6 +173,7 @@ jobs: |
170 | 173 |
|
171 | 174 | - name: Scan healthcheck Docker image |
172 | 175 | if: steps.extract_info.outputs.project == 'healthcheck' |
| 176 | + continue-on-error: true |
173 | 177 | uses: aquasecurity/trivy-action@0.33.1 |
174 | 178 | with: |
175 | 179 | image-ref: 'ghcr.io/${{ github.repository_owner }}/hub-healthcheck:${{ steps.extract_info.outputs.version }}' |
@@ -204,6 +208,7 @@ jobs: |
204 | 208 |
|
205 | 209 | - name: Scan chatbot Docker image |
206 | 210 | if: steps.extract_info.outputs.project == 'chatbot' |
| 211 | + continue-on-error: true |
207 | 212 | uses: aquasecurity/trivy-action@0.33.1 |
208 | 213 | with: |
209 | 214 | image-ref: 'ghcr.io/${{ github.repository_owner }}/hub-chatbot:${{ steps.extract_info.outputs.version }}' |
@@ -238,6 +243,7 @@ jobs: |
238 | 243 |
|
239 | 244 | - name: Scan openssl Docker image |
240 | 245 | if: steps.extract_info.outputs.project == 'openssl' |
| 246 | + continue-on-error: true |
241 | 247 | uses: aquasecurity/trivy-action@0.33.1 |
242 | 248 | with: |
243 | 249 | image-ref: 'ghcr.io/${{ github.repository_owner }}/openssl:${{ steps.extract_info.outputs.version }}' |
@@ -272,6 +278,7 @@ jobs: |
272 | 278 |
|
273 | 279 | - name: Scan specs Docker image |
274 | 280 | if: steps.extract_info.outputs.project == 'specs' |
| 281 | + continue-on-error: true |
275 | 282 | uses: aquasecurity/trivy-action@0.33.1 |
276 | 283 | with: |
277 | 284 | image-ref: 'ghcr.io/${{ github.repository_owner }}/hub-specs:${{ steps.extract_info.outputs.version }}' |
@@ -306,6 +313,7 @@ jobs: |
306 | 313 |
|
307 | 314 | - name: Scan annuaire Docker image |
308 | 315 | if: steps.extract_info.outputs.project == 'annuaire' |
| 316 | + continue-on-error: true |
309 | 317 | uses: aquasecurity/trivy-action@0.33.1 |
310 | 318 | with: |
311 | 319 | image-ref: 'ghcr.io/${{ github.repository_owner }}/hub-annuaire:${{ steps.extract_info.outputs.version }}' |
|
0 commit comments