From 9903bd73e24ed68028856ec28bdc35e4bfc148ba Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 3 Feb 2026 17:45:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F(actions)=20enable=20trivy=20?= =?UTF-8?q?scan=20on=20backend=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The trivy was disabled because protobuf library was blocking the release process. We can now enable it again, a new release of protobuf is available. --- .github/workflows/docker-hub.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index af8cbef2..116feeb8 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