{% extends "base.html" %} {% block title %}Admin: Scan Pipeline - Makenot.work{% endblock %} {% block body_attrs %} class="padded-page admin-page"{% endblock %} {% block content %} {% include "partials/site_header.html" %}
Every promote, quarantine, and re-scan is recorded.
| Scanned | File | Status | Layers | Size | SHA-256 |
|---|---|---|---|---|---|
| {{ row.scanned_at }} | {{ row.s3_key_short }} |
{{ row.scan_status }} | {% for chip in row.layers %} {{ chip.layer }} {% endfor %} | {{ row.size_bytes }} | {{ row.sha256_short }} |