Skip to content

Commit 69d6b6f

Browse files
committed
✅(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.
1 parent 6c10637 commit 69d6b6f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/docker-hub.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
docker-build-args: '--target backend-production -f Dockerfile'
5757
docker-image-name: 'docker.io/lasuite/impress-backend:${{ github.sha }}'
58+
continue-on-error: true
5859
-
5960
name: Build and push
6061
uses: docker/build-push-action@v6
@@ -105,6 +106,7 @@ jobs:
105106
with:
106107
docker-build-args: '-f src/frontend/Dockerfile --target frontend-production'
107108
docker-image-name: 'docker.io/lasuite/impress-frontend:${{ github.sha }}'
109+
continue-on-error: true
108110
-
109111
name: Build and push
110112
uses: docker/build-push-action@v6

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to
2525
- 🚸(backend) improve users similarity search and sort results #391
2626
- ♻️(frontend) simplify stores #402
2727
- ✨(frontend) update $css Box props type to add styled components RuleSet #423
28+
- ✅(CI) trivy continue on error #453
2829

2930
## Fixed
3031

0 commit comments

Comments
 (0)