From f532446f9672d9bc918d79f2b2481937cda2d779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:23:58 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 a6ba0c71..7f93997a 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.16.0 + uses: aquasecurity/trivy-action@0.16.1 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.16.0 + uses: aquasecurity/trivy-action@0.16.1 with: image-ref: "${{ env.REGISTRY }}/data:${{ env.BRANCH }}" format: "sarif" diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 7d4d188e..c12bef82 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.16.0 + uses: aquasecurity/trivy-action@0.16.1 with: image-ref: "${{ env.REGISTRY }}:${{ env.BRANCH }}" format: "sarif"