Commit Graph
13 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 f76420b2c3 favicon log + better robot.txt + modular starter 2025-08-12 17:08:31 +00:00
Djeex e4a9c57b31 Output folder instead of .output + now build.py pass the build dir var to html_generator.py + new README with link to the wiki 2025-08-10 09:29:56 +00:00
Djeex d0fe57fe9c Updating build.py version 2025-08-09 23:40:35 +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 b0c991af58 Convert and resize by default to True 2025-08-08 22:29:04 +00:00
Djeex 224441f629 Hotfix - Build date version 2025-08-08 11:34:22 +00:00
Djeex b378e9a386 Hotfix - Build version 2025-08-08 11:18:13 +00:00
Djeex 81c6064446 Head errors fixed + legals canonical url fixed + better comments 2025-08-08 10:41:00 +00:00
Djeex a5047501bd Fixed wrong version 2025-08-06 11:39:41 +00:00
Djeex b9e3467c01 1st commit 2025-08-06 11:16:18 +00:00