Commit Graph
6 Commits
Author SHA1 Message Date
Djeex 6eba3916b4 Add secret scanning, Dockerfile lint, ruff lint/format gate, coverage gate, and automatic CVE remediation PRs
- gitleaks (via docker cp, dockerignore-agnostic) and hadolint scan every push/PR
- new ruff lint stage (ruff.toml pins known-first-party for host/container
  consistency; F841/B007 in webui.py left un-fixed via per-file-ignores —
  app-logic changes, flagged for review rather than auto-fixed)
- pytest --cov-fail-under=90 gate on the test stage (already had pytest-cov,
  never wired into CI until now)
- scheduled Trivy critical failures now attempt an apk upgrade rebuild and open a PR
  if it clears the finding, instead of just failing red
- ruff --fix/--format applied to existing code to start the gate clean
2026-08-26 14:49:45 +02:00
Djeex 1b0b228273 Gallery front 2025-08-16 10:29:51 +02:00
Djeex f5a5aefd09 gallery.py starter + rename builder.py 2025-08-12 17:31:46 +00:00
Djeex bf71ac6dde Hero carrousel in gallery.py instead of site.yaml + removed deleted img for gallery.py 2025-08-09 23:25:23 +00:00
Djeex 4ee8df18be Fixed wrong dir 2025-08-06 13:16:47 +00:00
Djeex b9e3467c01 1st commit 2025-08-06 11:16:18 +00:00