diff --git a/.github/workflows/security-scans.yml b/.github/workflows/security-scans.yml index 64d20905fd..66548ef348 100644 --- a/.github/workflows/security-scans.yml +++ b/.github/workflows/security-scans.yml @@ -192,7 +192,7 @@ jobs: path: images - name: Trivy image scan - uses: aquasecurity/trivy-action@0.9.1 + uses: aquasecurity/trivy-action@0.9.2 with: input: "images/${{ matrix.image }}-image.tar/${{ matrix.image }}-image.tar" severity: 'CRITICAL,HIGH'