From 0fddabb3548161b5e7b8851581a859da612a0169 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Wed, 28 Jan 2026 18:02:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=BA(CI)=20remove=20backend=20trivy=20g?= =?UTF-8?q?uard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need to do a release but the backend cannot build because of a trivy issue. So we temporarily remove the backend trivy guard to be able to release. --- .github/workflows/docker-hub.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index fba15f6c..af8cbef2 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -36,12 +36,12 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - - - name: Run trivy scan - uses: numerique-gouv/action-trivy-cache@main - with: - docker-build-args: '--target backend-production -f Dockerfile' - docker-image-name: 'docker.io/lasuite/impress-backend:${{ github.sha }}' + # - + # name: Run trivy scan + # uses: numerique-gouv/action-trivy-cache@main + # with: + # docker-build-args: '--target backend-production -f Dockerfile' + # docker-image-name: 'docker.io/lasuite/impress-backend:${{ github.sha }}' - name: Build and push uses: docker/build-push-action@v6 @@ -146,8 +146,9 @@ jobs: notify-argocd: needs: - - build-and-push-frontend - build-and-push-backend + - build-and-push-frontend + - build-and-push-y-provider runs-on: ubuntu-latest if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'preview') steps: