From 576b5b38e2cb17e881ecbbad9074aace8bd9f8e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:24:50 +0100 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.16.1 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable_security.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_security.yaml b/.github/workflows/reusable_security.yaml index a48f9cd..c67e02d 100644 --- a/.github/workflows/reusable_security.yaml +++ b/.github/workflows/reusable_security.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.12.0 + uses: aquasecurity/trivy-action@0.16.1 if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically with: scan-type: fs @@ -36,7 +36,7 @@ jobs: skip-files: "${{ inputs.skip-files }}" - name: Run Trivy vulnerability scanner sarif output - uses: aquasecurity/trivy-action@0.12.0 + uses: aquasecurity/trivy-action@0.16.1 if: ${{ github.event.schedule }} # Generate sarif when running periodically with: scan-type: fs