From c6b78e4117a2239598e2bd47e273d321f408ae0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:25:08 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.19.0 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7323ef2..c2631a0 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy - uses: aquasecurity/trivy-action@0.18.0 + uses: aquasecurity/trivy-action@0.19.0 with: scan-ref: . scan-type: ${{ matrix.scan-type }}