From 56963cebdc86b4d4fd035d95507820f4663a195e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:28:10 +0000 Subject: [PATCH] build(deps): bump aquasecurity/trivy-action from 0.5.0 to 0.5.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.5.0...0.5.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yaml | 4 ++-- .github/workflows/vuln-scans.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 5f2fb8d04f..2c9d48acae 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -87,7 +87,7 @@ jobs: # Equivalent to: # $ trivy fs . - name: Run Trivy scan on repo - uses: aquasecurity/trivy-action@0.5.0 + uses: aquasecurity/trivy-action@0.5.1 with: scan-type: fs format: table @@ -98,7 +98,7 @@ jobs: # Equivalent to: # $ trivy image openpolicyagent/opa:edge - name: Run Trivy scan on image - uses: aquasecurity/trivy-action@0.5.0 + uses: aquasecurity/trivy-action@0.5.1 with: image-ref: 'openpolicyagent/opa:edge' format: table diff --git a/.github/workflows/vuln-scans.yaml b/.github/workflows/vuln-scans.yaml index a03c6253d8..c8498da8a0 100644 --- a/.github/workflows/vuln-scans.yaml +++ b/.github/workflows/vuln-scans.yaml @@ -14,7 +14,7 @@ jobs: # Equivalent to: # $ trivy fs . - name: Run Trivy scan on repo - uses: aquasecurity/trivy-action@0.5.0 + uses: aquasecurity/trivy-action@0.5.1 with: scan-type: fs format: table @@ -33,7 +33,7 @@ jobs: # Equivalent to: # $ trivy image $IMAGE - name: Run Trivy scan on image - uses: aquasecurity/trivy-action@0.5.0 + uses: aquasecurity/trivy-action@0.5.1 with: image-ref: 'openpolicyagent/opa:${{ steps.tag.outputs.TAG }}' format: table