From b36c6996ec4af575b5a40366f547dccb8693bb60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:06:42 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.17.0...0.18.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/api.yaml | 4 ++-- .github/workflows/ui.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 5c01a295..60f9e329 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -167,7 +167,7 @@ jobs: - name: Extract branch/tag name run: python3 ./.github/scripts/extract_git_ref.py # Provides env.BRANCH - name: Scan image with Trivy - uses: aquasecurity/trivy-action@0.17.0 + uses: aquasecurity/trivy-action@0.18.0 with: image-ref: "${{ env.REGISTRY }}/api:${{ env.BRANCH }}" format: "sarif" @@ -192,7 +192,7 @@ jobs: - name: Extract branch/tag name run: python3 ./.github/scripts/extract_git_ref.py # Provides env.BRANCH - name: Scan image with Trivy - uses: aquasecurity/trivy-action@0.17.0 + uses: aquasecurity/trivy-action@0.18.0 with: image-ref: "${{ env.REGISTRY }}/data:${{ env.BRANCH }}" format: "sarif" diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 72bdfe99..2d15646b 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -109,7 +109,7 @@ jobs: - name: Extract branch/tag name run: python3 ./.github/scripts/extract_git_ref.py # Provides env.BRANCH - name: Scan image with Trivy - uses: aquasecurity/trivy-action@0.17.0 + uses: aquasecurity/trivy-action@0.18.0 with: image-ref: "${{ env.REGISTRY }}:${{ env.BRANCH }}" format: "sarif"