Commit Graph

2 Commits (5d258aa5b5f9d80c0193da3c6fd27a11a5cf2a10)

Author SHA1 Message Date
Fadhli Azhari 8141787342 docs: drop shell-quotes from REGISTRY_USER in .env.example
Gitea secrets and the .env loader both treat the value literally; the
single quotes were misleading and risked being copied verbatim into the
stored secret.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 09:55:21 +08:00
Fadhli Azhari 8376250940 build: cache docker layers, configurable engine, bump owasp/pnpm
- CI workflow uses BuildKit inline cache + --cache-from previous :latest;
  NVD_REFRESH build-arg busts the OWASP layer on schedule/dispatch so
  weekly rebuilds still refresh NVD while push builds reuse cached layers.
- build-and-push.ps1 reads CONTAINER_ENGINE from .env (docker default,
  podman supported); add .env.example.
- Bump OWASP Dependency-Check 12.2.1 -> 12.2.2 and pnpm 11.0.6 -> 11.1.1.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 09:43:21 +08:00