{% extends "base.html" %} {% block title %}Sentinel — New Scan{% endblock %} {% block content %}

Absolute path to the Git repository to scan

Ollama model for LLM judge (leave blank for default)

For semantic context enrichment

{% if detectors %}

Select which detectors to run. Leave all unchecked to run all detectors.

{% for det in detectors %} {% endfor %}
{% endif %}
{% endblock %}