From 7c582e99d0b6d9ec23d12d0753cb6cb7dfafeeb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:47:35 +0000 Subject: [PATCH] Build(deps): Bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.19.0...0.20.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/ghostv4.yml | 2 +- .github/workflows/ghostv5-debian.yml | 2 +- .github/workflows/ghostv5.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ghostv4.yml b/.github/workflows/ghostv4.yml index 1f4c1850..16386c8d 100644 --- a/.github/workflows/ghostv4.yml +++ b/.github/workflows/ghostv4.yml @@ -476,7 +476,7 @@ jobs: - name: Checkpoint | Scanner Trivy for HIGH,CRITICAL CVEs and report (blocking) continue-on-error: true - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.20.0 with: image-ref: ${{ needs.myvars.outputs.TAG_DKR_VERSION_HASH_DATE }} exit-code: 0 diff --git a/.github/workflows/ghostv5-debian.yml b/.github/workflows/ghostv5-debian.yml index 501efa55..a78b8bd0 100644 --- a/.github/workflows/ghostv5-debian.yml +++ b/.github/workflows/ghostv5-debian.yml @@ -469,7 +469,7 @@ jobs: - name: Checkpoint | Scanner Trivy for HIGH,CRITICAL CVEs and report (blocking) continue-on-error: true - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.20.0 with: image-ref: ${{ needs.myvars.outputs.TAG_DKR_VERSION_HASH_DATE }} exit-code: 0 diff --git a/.github/workflows/ghostv5.yml b/.github/workflows/ghostv5.yml index b13f3ec5..b1d60cc2 100644 --- a/.github/workflows/ghostv5.yml +++ b/.github/workflows/ghostv5.yml @@ -451,7 +451,7 @@ jobs: - name: Checkpoint | Scanner Trivy for HIGH,CRITICAL CVEs and report (blocking) continue-on-error: true - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.20.0 with: image-ref: ${{ needs.myvars.outputs.TAG_DKR_VERSION_HASH_DATE }} exit-code: 0