From eff91f755cefcddf249d586367dc1d002bcc20b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 11:33:42 +0000 Subject: [PATCH] build(deps): bump aquasecurity/trivy-action from 0.6.0 to 0.6.1 (#4941) --- .github/workflows/nightly.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 0fc645229e..c4769c9d41 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -89,7 +89,7 @@ jobs: # Equivalent to: # $ trivy image openpolicyagent/opa:edge-static - name: Run Trivy scan on image - uses: aquasecurity/trivy-action@0.6.0 + uses: aquasecurity/trivy-action@0.6.1 with: image-ref: 'openpolicyagent/opa:edge-static' format: table @@ -108,7 +108,7 @@ jobs: # Equivalent to: # $ trivy fs . - name: Run Trivy scan on repo - uses: aquasecurity/trivy-action@0.6.0 + uses: aquasecurity/trivy-action@0.6.1 with: scan-type: fs format: table