Files
blog/content/posts/commits/2026-07-25-commit-f9d55e6.md
grafana-watcher ebc36f7500
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit f9d55e6 in bojemoi
2026-07-25 21:59:55 +02:00

1.1 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat(dojo-triage): remplacer Ollama/Mistral par Claude Haiku 2026-07-25T21:59:50+02:00 false
commit
bojemoi
main
Git Activity
Commit f9d55e6 par grafana-watcher dans bojemoi grafana-watcher

Commit f9d55e6

Repository bojemoi
Branch main
Author grafana-watcher
Hash f9d55e6377bf99aeebf7afc43ced43549a77f6da

Description

  • Ollama étant arrêté (scale=0), les findings LLM étaient tous skippés
  • Remplace ask_mistral() par ask_claude() avec anthropic SDK synchrone
  • Ajoute secret anthropic_api_key au service
  • Augmente mémoire 256M→512M / réservation 64M→128M
  • Corrige aussi enable_simple_risk_acceptance sur tous les produits DefectDojo (fix PATCH 400)

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	dojo-triage/requirements.txt
M	dojo-triage/triage.py

Diff Summary

 dojo-triage/requirements.txt |  1 +
 dojo-triage/triage.py        | 76 ++++++++++++++++++++++++++++----------------
 2 files changed, 50 insertions(+), 27 deletions(-)