File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ jobs:
455
455
BUILD_OS=${{ matrix.image }}
456
456
IC_VERSION=${{ steps.var.outputs.ic_version }}
457
457
- name : Run Trivy vulnerability scanner
458
- uses : aquasecurity/trivy-action@0.6.0
458
+ uses : aquasecurity/trivy-action@0.6.1
459
459
continue-on-error : true
460
460
with :
461
461
image-ref : nginx/nginx-ingress:${{ steps.meta.outputs.version }}
@@ -594,7 +594,7 @@ jobs:
594
594
"nginx-repo.crt=${{ secrets.NGINX_CRT }}"
595
595
"nginx-repo.key=${{ secrets.NGINX_KEY }}"
596
596
- name : Run Trivy vulnerability scanner
597
- uses : aquasecurity/trivy-action@0.6.0
597
+ uses : aquasecurity/trivy-action@0.6.1
598
598
continue-on-error : true
599
599
with :
600
600
image-ref : docker.io/${{ matrix.image }}:${{ steps.meta.outputs.version }}
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246
246
IC_VERSION=v${{ needs.variables.outputs.kic-tag }}
247
247
if : ${{ matrix.needs-updating == 'true' }}
248
248
- name : Run Trivy vulnerability scanner
249
- uses : aquasecurity/trivy-action@0.6.0
249
+ uses : aquasecurity/trivy-action@0.6.1
250
250
continue-on-error : true
251
251
with :
252
252
image-ref : nginx/nginx-ingress:${{ steps.meta.outputs.version }}
You can’t perform that action at this time.
0 commit comments