From 282f52687d6797755c4847bdc604f23658e7e66a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:55:11 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.22.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.19.0 to 0.22.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.19.0...0.22.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/trivy-test-images.yml | 2 +- .github/workflows/trivy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trivy-test-images.yml b/.github/workflows/trivy-test-images.yml index 496b07e..eccccff 100644 --- a/.github/workflows/trivy-test-images.yml +++ b/.github/workflows/trivy-test-images.yml @@ -46,7 +46,7 @@ jobs: - name: Run Trivy Table - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.22.0 with: scan-type: 'image' image-ref: 'backend:latest' diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 90dec2b..4ade9d0 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.22.0 with: scan-type: "config" hide-progress: false @@ -66,7 +66,7 @@ jobs: # For public images, no ENV vars must be set. - name: Run Trivy vulnerability scanner if: always() - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.22.0 with: # Path to Docker image image-ref: "tractusx/vas-country-risk-backend:latest"