From 0934be080a3eab1e6e037db56d95af3328d422d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 07:31:13 +0000 Subject: [PATCH] ci(deps): bump aquasecurity/trivy-action from 0.0.14 to 0.0.15 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.0.14 to 0.0.15. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.0.14...341f810bd602419f966a081da3f4debedc3e5c8e) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/security.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2336112..7a4f610 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: - name: Run Trivy vulnerability scanner id: trivy - uses: aquasecurity/trivy-action@0.0.14 + uses: aquasecurity/trivy-action@0.0.15 with: scan-type: 'image' vuln-type: os diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c03dd7b..2e31749 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Run Trivy vulnerability scanner id: trivy - uses: aquasecurity/trivy-action@0.0.14 + uses: aquasecurity/trivy-action@0.0.15 with: scan-type: 'image' vuln-type: os diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3d6c71a..8cf3e2f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Run Trivy vulnerability scanner id: trivy - uses: aquasecurity/trivy-action@0.0.14 + uses: aquasecurity/trivy-action@0.0.15 with: scan-type: 'image' vuln-type: os