fix(ci): web pipeline Docker/Trivy step failure on main (pipeline #518) #430
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Pipeline #518 on main (merge commit
c23ebcafrom PR #429) has api and orchestrator passing but web failing.What was fixed in PR #429
Current state
All code quality gates pass on main: lint, typecheck, tests (89/89 pass), and production build all succeed.
The failure is in the Docker build, Trivy scan, or package linking step that only runs on main/develop branches.
Possible causes
Investigation needed
Related