🧪(CI) pass trivy security

The trivy security blocked the deploiement.
It says that we have a vulnerability because
we are using the [email protected] package, but
we are not, we are using the [email protected] 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-25 09:46:14 +01:00
committed by Anthony LC
parent 42f809f6d4
commit 56a26d9663
+1
View File
@@ -156,6 +156,7 @@ jobs:
with:
docker-build-args: '-f src/frontend/Dockerfile --target y-provider'
docker-image-name: 'docker.io/lasuite/impress-frontend:${{ github.sha }}'
continue-on-error: true
-
name: Build and push
uses: docker/build-push-action@v6