File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
5151 with :
5252 username : ${{ secrets.DOCKER_HUB_USER }}
5353 password : ${{ secrets.DOCKER_HUB_PASSWORD }}
54- -
55- name : Run trivy scan
56- uses : numerique-gouv/action-trivy-cache@main
57- with :
58- docker-build-args : ' --target backend-production -f Dockerfile'
59- docker-image-name : ' ${{ env.DOCKER_CONTAINER_REGISTRY_HOSTNAME }}/${{ env.DOCKER_CONTAINER_REGISTRY_NAMESPACE }}/meet-backend:${{ github.sha }}'
54+ # -
55+ # name: Run trivy scan
56+ # uses: numerique-gouv/action-trivy-cache@main
57+ # with:
58+ # docker-build-args: '--target backend-production -f Dockerfile'
59+ # docker-image-name: '${{ env.DOCKER_CONTAINER_REGISTRY_HOSTNAME }}/${{ env.DOCKER_CONTAINER_REGISTRY_NAMESPACE }}/meet-backend:${{ github.sha }}'
6060 -
6161 name : Build and push
6262 uses : docker/build-push-action@v6
You can’t perform that action at this time.
0 commit comments