Commit Graph
11 Commits
Author SHA1 Message Date
Djeex 30c9b83c17 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; B905 in env_config.py's zip() left un-fixed — app-logic change,
  see feedback-no-app-logic-changes)
- pytest --cov-fail-under=75 gate on the test stage
- 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:38 +02:00
Djeex b26a6a2d0a Better versionning 2025-12-05 16:46:44 +01:00
Djeex cef6886fd2 fixed cache issues 2025-12-05 16:20:42 +01:00
Djeex 2484568e5f Fixed headers 2025-12-04 21:20:50 +00:00
Djeex 4c57a3a310 Python 3.13 - Adress CVE vulnerabilities 2025-09-19 21:13:00 +00:00
Djeex 0c77df266f Better comment and logging version at start 2025-07-12 21:47:02 +00:00
Djeex 4cd15d9bcc New COUNTRY variable. It sets notifications language, currency, and API localization. Removed DISCORD_NOTIFICATION_CURRENCY and DISCORD_NOTIFICATION_LANGUAGE 2025-07-12 17:36:58 +00:00
Djeex c5a280d911 Added DISCORD_NOTIFICATION_CURRENCY env var 2025-07-12 13:05:52 +00:00
Djeex af86d4aa8f Better default env var 2025-07-12 11:19:55 +00:00
Djeex 584c222076 Revamp 2025-07-11 11:42:52 +00:00
Djeex 70a7df1f97 Modules 2025-07-11 10:24:38 +00:00