{% extends "base.html" %} {% block title %}Oikos — drift{% endblock %} {% block content %}

Drift findings

Live run of oikos/drift.py detectors — not raised as Signals from here (that's the scheduler's job).

{% if findings %} {% for f in findings %} {% endfor %}
KindEntityEvidence
{{ f.kind }} {{ f.entity }} {{ f.evidence }}
{% else %}
No drift found.
{% endif %} {% endblock %}