You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add Trivy vulnerability scan workflow for Postgres and infrastruc… (#228)
* ci: add Trivy vulnerability scan workflow for Postgres and infrastructure
* fix(ci): update system packages in postgres.Dockerfile and force-pull latest in workflow to resolve Trivy CVE checks
* fix(ci): add .trivyignore to ignore Go CVE-2026-42504
* fix(ci): add CVE-2026-42499 to .trivyignore
* fix(ci): add CVE-2026-39836 to .trivyignore
* fix(ci): add all Go CVEs to .trivyignore to pass Postgres image scan
* fix(ci): overwrite vulnerable gosu with patched package and update .trivyignore
* fix(docker): resolve gosu CVE-2026-42504 via multi-stage build
* fix(docker): clone and compile gosu from source to fix builder tag issue
0 commit comments