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 @@ -454,7 +454,7 @@ jobs:
454
454
BUILD_OS=${{ matrix.image }}
455
455
IC_VERSION=${{ steps.var.outputs.ic_version }}
456
456
- name : Run Trivy vulnerability scanner
457
- uses : aquasecurity/trivy-action@0.4.0
457
+ uses : aquasecurity/trivy-action@0.4.1
458
458
continue-on-error : true
459
459
with :
460
460
image-ref : nginx/nginx-ingress:${{ steps.meta.outputs.version }}
@@ -593,7 +593,7 @@ jobs:
593
593
"nginx-repo.crt=${{ secrets.NGINX_CRT }}"
594
594
"nginx-repo.key=${{ secrets.NGINX_KEY }}"
595
595
- name : Run Trivy vulnerability scanner
596
- uses : aquasecurity/trivy-action@0.4.0
596
+ uses : aquasecurity/trivy-action@0.4.1
597
597
continue-on-error : true
598
598
with :
599
599
image-ref : docker.io/${{ matrix.image }}:${{ steps.meta.outputs.version }}
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256
256
IC_VERSION=v${{ needs.variables.outputs.kic-tag }}
257
257
if : ${{ matrix.needs-updating == 'true' }}
258
258
- name : Run Trivy vulnerability scanner
259
- uses : aquasecurity/trivy-action@0.4.0
259
+ uses : aquasecurity/trivy-action@0.4.1
260
260
continue-on-error : true
261
261
with :
262
262
image-ref : nginx/nginx-ingress:${{ steps.meta.outputs.version }}
You can’t perform that action at this time.
0 commit comments