From 90633928a8e4880b3cd247fc3ea2b69e140bafc3 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 2 Feb 2026 22:23:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A(backend)=20reactivate=20trivy=20sc?= =?UTF-8?q?an=20on=20backend=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Protobuff has been patched, rebuilding the backend image should be enough with pip to pull its latest version, which fixes the CVE. --- .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 ee9f329c..d23f12b8 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -37,12 +37,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: '${{ env.DOCKER_CONTAINER_REGISTRY_HOSTNAME }}/${{ env.DOCKER_CONTAINER_REGISTRY_NAMESPACE }}/meet-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: '${{ env.DOCKER_CONTAINER_REGISTRY_HOSTNAME }}/${{ env.DOCKER_CONTAINER_REGISTRY_NAMESPACE }}/meet-backend:${{ github.sha }}' - name: Build and push uses: docker/build-push-action@v6