From ed9f20543361c01efb1da70e58377b2248ecc201 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:49:00 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20aquasecurity/trivy-acti?= =?UTF-8?q?on=20action=20(0.34.1=20=E2=86=92=200.34.2)=20(#483)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/action.yml b/docker-build/action.yml index 0137897..0168bfc 100644 --- a/docker-build/action.yml +++ b/docker-build/action.yml @@ -536,7 +536,7 @@ runs: - name: Scan Image for Vulnerabilities id: scan if: inputs.scan-image == 'true' && inputs.dry-run != 'true' - uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1 + uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2 with: scan-type: 'image' image-ref: ${{ steps.image-name.outputs.name }}:${{ inputs.tag }}