From 421a4421dc107b0d4a67806f38c90a5a30913aea Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 13 Apr 2026 06:34:58 -0500 Subject: [PATCH] audit(gremlin): scanopy FAIL 2026-04-13 --- Netgrimoire/Audits/scanopy-2026-04-13.md | 60 ++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 Netgrimoire/Audits/scanopy-2026-04-13.md diff --git a/Netgrimoire/Audits/scanopy-2026-04-13.md b/Netgrimoire/Audits/scanopy-2026-04-13.md new file mode 100644 index 0000000..c9753a2 --- /dev/null +++ b/Netgrimoire/Audits/scanopy-2026-04-13.md @@ -0,0 +1,60 @@ +--- +title: Audit - scanopy.yaml +description: Gremlin audit report 2026-04-13 +published: true +date: 2026-04-13T11:34:58.060Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-13T11:34:58.060Z +--- + +# Audit Report — scanopy.yaml + +**Date:** 2026-04-13 +**File:** swarm/scanopy.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### SWARM AUDIT RESULTS: + +1. **Homepage labels**: + - `homepage.group`: "Monitoring" + - `homepage.name`: "Scanopy" + - `homepage.icon`: "scanopy.png" + - `homepage.href`: "https://scan.netgrimoire.com" + - `homepage.description`: "Network discovery & topology" + + **VERDICT**: PASS + +2. **Uptime Kuma labels**: + - None found in the file. + + **VERDICT**: FAIL (Expected labels: `kuma.scanopy.http.name` and `kuma.scanopy.http.url`) + +3. **Caddy labels on exposed services**: + - `caddy`: "scn.netgrimoire.com" + - `caddy.reverse_proxy`: "{{upstreams 60072}}" + + **VERDICT**: PASS + +4. **Placement constraints**: + - All services have the constraint: `node.hostname == docker4`. + + **VERDICT**: PASS + +5. **Volumes use /DockerVol/ path convention**: + - `/DockerVol/scanopy/postgres` + - `/DockerVol/scanopy/server-data` + - `/DockerVol/scanopy/daemon-config` + + **VERDICT**: PASS + +6. **Network references external netgrimoire overlay**: + - The `netgrimoire` network is defined as `external: true`. + + **VERDICT**: PASS + +### Final Verdict: +VERDICT: FAIL \ No newline at end of file