veza/.github/workflows
senke ce6347b73c fix(ci): harden CI pipeline -- remove || true, fix versions
- Remove all `|| true` from govulncheck, cargo audit, npm audit,
  lint, and format check steps (was masking real failures)
- Remove `continue-on-error: true` from stream-server build step
- Fix Go version mismatch: CI 1.21 -> 1.23 (matches go.mod 1.23.8)
- Upgrade Node.js from 18 to 20 (current LTS)
- Replace deprecated actions-rs/toolchain@v1 with dtolnay/rust-toolchain@stable
- Upgrade all GitHub Actions to v4/v5 (checkout, setup-go, setup-node, cache)
- Make gofmt check fail properly on unformatted files

Addresses audit findings: A05 (Security Misconfiguration), A08 (Software
& Data Integrity), debt item 5 (CI || true everywhere).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 22:39:40 +01:00
..
backend-ci.yml ci: add npm audit, govulncheck, cargo audit to CI 2026-02-11 21:33:27 +01:00
cd.yml [INFRA-001] infra: Set up CI/CD pipeline 2025-12-25 21:30:57 +01:00
chat-ci.yml initial: initial repo set up (README, LICENSE, CONTRIBUTORS, etc...) 2025-12-03 13:54:23 +01:00
ci.yml fix(ci): harden CI pipeline -- remove || true, fix versions 2026-02-11 22:39:40 +01:00
frontend-ci.yml ci: add npm audit, govulncheck, cargo audit to CI 2026-02-11 21:33:27 +01:00
playwright.yml chore: playwright workflow, docs, rapports audit, visual-tests, tmt unit 2026-02-11 22:19:34 +01:00
storybook-audit.yml ci(storybook): add audit workflow and exit 1 on audit failures 2026-02-05 13:39:53 +01:00
stream-ci.yml initial: initial repo set up (README, LICENSE, CONTRIBUTORS, etc...) 2025-12-03 13:54:23 +01:00