✅(CI) trivy continue on error
Trivy is extremly flaky, we need to continue on error to avoid blocking the pipeline. We still keep the check, to see if there are any vulnerabilities, but we don't want to block the pipeline.
This commit is contained in:
2
.github/workflows/docker-hub.yml
vendored
2
.github/workflows/docker-hub.yml
vendored
@@ -55,6 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
docker-build-args: '--target backend-production -f Dockerfile'
|
docker-build-args: '--target backend-production -f Dockerfile'
|
||||||
docker-image-name: 'docker.io/lasuite/impress-backend:${{ github.sha }}'
|
docker-image-name: 'docker.io/lasuite/impress-backend:${{ 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
|
||||||
@@ -105,6 +106,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
docker-build-args: '-f src/frontend/Dockerfile --target frontend-production'
|
docker-build-args: '-f src/frontend/Dockerfile --target frontend-production'
|
||||||
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
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ and this project adheres to
|
|||||||
- 🚸(backend) improve users similarity search and sort results #391
|
- 🚸(backend) improve users similarity search and sort results #391
|
||||||
- ♻️(frontend) simplify stores #402
|
- ♻️(frontend) simplify stores #402
|
||||||
- ✨(frontend) update $css Box props type to add styled components RuleSet #423
|
- ✨(frontend) update $css Box props type to add styled components RuleSet #423
|
||||||
|
- ✅(CI) trivy continue on error #453
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user