Skip to content

Commit c5b500c

Browse files
committed
wip not to be merged
1 parent f0db469 commit c5b500c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-hub.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)