From a6c31d17ccabddef86c21a7042b07514a0c586b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 22:07:42 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.21.0 --- .github/workflows/security.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 79a526e90..1a78788aa 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.21.0 if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically with: scan-type: fs @@ -23,7 +23,7 @@ jobs: severity: 'HIGH,CRITICAL' - name: Run Trivy vulnerability scanner sarif output - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.21.0 if: ${{ github.event.schedule }} # Generate sarif when running periodically with: scan-type: fs