Commit Graph
13 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 5f66d1e1e0 Run as non-root (911:911), bump to 4.1.0
CI / build-and-scan (pull_request) Successful in 58s
2026-08-23 14:35:41 +02:00
Djeex d972fdf145 chore(deps): update python docker tag to v3.14.7 2026-08-22 21:16:28 +00:00
Djeex 530aeba667 Add Gitea Actions CI/CD pipeline
Bring nvidia-stock-bot up to the same CI/CD maturity as adguard-cidre:
pytest suite (19 tests), multi-stage Dockerfile with a dedicated test
stage, pinned requests dependency, Gitea Actions workflow (build, smoke
test, unit tests, deprecation check, Trivy critical/high scan, version
bump + registry publish + release), and a Renovate config for automated
dependency updates.
2026-08-22 22:54:18 +02:00
Djeex b26a6a2d0a Better versionning 2025-12-05 16:46:44 +01:00
Djeex 4c57a3a310 Python 3.13 - Adress CVE vulnerabilities 2025-09-19 21:13:00 +00:00
Djeex af86d4aa8f Better default env var 2025-07-12 11:19:55 +00:00
Djeex 70a7df1f97 Modules 2025-07-11 10:24:38 +00:00
Djeex 4699f686a2 Localization (EU languages) 2025-07-09 21:55:00 +00:00
Djeex 66c4146223 Python 3.11 - Alpine + loop improvement 2025-07-09 16:13:12 +00:00
Djeex 80fe61f91d Minor changes 2025-04-23 18:58:15 +00:00
Djeex 3006825705 fix errors 2025-01-17 10:59:42 +00:00
Djeex 9a15943f8b first commit 2025-01-17 09:26:21 +00:00