From f9f6e2bb136ffb47bdc7947d81e23d750ac7d17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:45:43 +0300 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.2.2 to 0.2.3 (#1815) Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.2.2...0.2.3) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cve.yaml b/.github/workflows/cve.yaml index 8a8c2ac09e..810d4596e3 100644 --- a/.github/workflows/cve.yaml +++ b/.github/workflows/cve.yaml @@ -61,7 +61,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache - name: Run CVE checks - uses: aquasecurity/trivy-action@0.2.2 + uses: aquasecurity/trivy-action@0.2.3 with: image-ref: "provectuslabs/kafka-ui:${{ steps.build.outputs.version }}" format: "table"