From 0d74e6e3c8a9a9796f17e4286ea054025af5e6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:10:23 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.11.0 to 0.12.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/aqua-cloud.yml | 2 +- .github/workflows/go.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/aqua-cloud.yml b/.github/workflows/aqua-cloud.yml index d17dddeb..18432ebc 100644 --- a/.github/workflows/aqua-cloud.yml +++ b/.github/workflows/aqua-cloud.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Run Trivy vulnerability scanner against Aqua Cloud - uses: aquasecurity/trivy-action@0.11.0 + uses: aquasecurity/trivy-action@0.12.0 with: scan-type: 'fs' hide-progress: true diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5160bef5..d83d0cb8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -40,7 +40,7 @@ jobs: run: make test-integration - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.11.0 + uses: aquasecurity/trivy-action@0.12.0 with: scan-type: 'fs' ignore-unfixed: true @@ -55,7 +55,7 @@ jobs: sarif_file: 'trivy-results.sarif' - name: Run Trivy vulnerability scanner in IaC mode - uses: aquasecurity/trivy-action@0.11.0 + uses: aquasecurity/trivy-action@0.12.0 with: scan-type: 'config' hide-progress: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7596aeba..05fec9d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: make test-integration - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.11.0 + uses: aquasecurity/trivy-action@0.12.0 with: scan-type: 'fs' ignore-unfixed: true @@ -41,7 +41,7 @@ jobs: exit-code: 0 - name: Run Trivy vulnerability scanner against Aqua Cloud - uses: aquasecurity/trivy-action@0.11.0 + uses: aquasecurity/trivy-action@0.12.0 with: scan-type: 'fs' hide-progress: true