From 62dcdd09580a8d4fecba2b80ceeb94fc17c62579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:33:14 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.28.0 --- .github/workflows/reusable-trivy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-trivy.yml b/.github/workflows/reusable-trivy.yml index 2781255..ed28416 100644 --- a/.github/workflows/reusable-trivy.yml +++ b/.github/workflows/reusable-trivy.yml @@ -70,7 +70,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0 + uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0 with: scan-type: '${{ inputs.scan-type }}' scan-ref: '.' @@ -128,7 +128,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0 + uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0 with: image-ref: '${{ inputs.image-ref }}' format: 'template'