From b6b53c49aed6e735c2591e8177b66e1270de8bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:50:50 -0800 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.14.0 to 0.16.0 (#650) Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.14.0 to 0.16.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.14.0...0.16.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/trivy_scan.yml | 2 +- .github/workflows/trivy_scan_before_release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trivy_scan.yml b/.github/workflows/trivy_scan.yml index 0441e61d..65f85ebf 100644 --- a/.github/workflows/trivy_scan.yml +++ b/.github/workflows/trivy_scan.yml @@ -50,7 +50,7 @@ jobs: docker pull antrea/${{ matrix.image }}:${{ matrix.version }} - name: Run Trivy vulnerability scanner on theia ${{ matrix.image }}:${{ matrix.version }} image if: ${{ always() && steps.pull.conclusion == 'success' }} - uses: aquasecurity/trivy-action@0.14.0 + uses: aquasecurity/trivy-action@0.16.0 continue-on-error: true with: scan-type: 'image' diff --git a/.github/workflows/trivy_scan_before_release.yml b/.github/workflows/trivy_scan_before_release.yml index f1ec8fc1..d11aff6f 100644 --- a/.github/workflows/trivy_scan_before_release.yml +++ b/.github/workflows/trivy_scan_before_release.yml @@ -22,7 +22,7 @@ jobs: run: | make ${{ matrix.image }} - name: Run Trivy vulnerability scanner on latest Theia ${{ matrix.image }} image - uses: aquasecurity/trivy-action@0.14.0 + uses: aquasecurity/trivy-action@0.16.0 continue-on-error: true with: scan-type: 'image' @@ -38,7 +38,7 @@ jobs: run: | make theia-manager - name: Run Trivy vulnerability scanner on theia-manager Docker image - uses: aquasecurity/trivy-action@0.14.0 + uses: aquasecurity/trivy-action@0.16.0 with: scan-type: 'image' image-ref: 'antrea/theia-manager:latest'