🧪(CI) pass trivy security

The trivy security blocked the deploiement.
It says that we have a vulnerability because
we are using the cross-spawn@7.0.3 package, but
we are not, we are using the cross-spawn@7.0.6 package.
We will bypass this security check in the docker-hub.yml
file in waiting for another solution.
This commit is contained in:
Anthony LC
2024-11-21 15:24:53 +01:00
committed by Anthony LC
parent 42f809f6d4
commit 56a26d9663

View File

@@ -156,6 +156,7 @@ jobs:
with: with:
docker-build-args: '-f src/frontend/Dockerfile --target y-provider' docker-build-args: '-f src/frontend/Dockerfile --target y-provider'
docker-image-name: 'docker.io/lasuite/impress-frontend:${{ github.sha }}' docker-image-name: 'docker.io/lasuite/impress-frontend:${{ github.sha }}'
continue-on-error: true
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6