From 5db36ac3c7cc28e499b27cc4e87b3a4ee97315a6 Mon Sep 17 00:00:00 2001 From: librelad Date: Sat, 1 Aug 2026 13:43:27 +0100 Subject: [PATCH] docs(trivy): trim the long description to the one line that matters The App Center blurb ran three sentences, two of which restated things the Security view already makes obvious. Keep the what, drop the rest. Co-Authored-By: Claude Opus 5 --- containers/trivy/trivy.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/trivy/trivy.config b/containers/trivy/trivy.config index 39de117..c20bdfc 100644 --- a/containers/trivy/trivy.config +++ b/containers/trivy/trivy.config @@ -30,7 +30,7 @@ CFG_TRIVY_HEADSCALE=false CFG_TRIVY_CATEGORY="security,recommended" CFG_TRIVY_TITLE="Trivy" CFG_TRIVY_DESCRIPTION="Vulnerability scanner" -CFG_TRIVY_LONG_DESCRIPTION="Trivy checks the container images behind your installed apps for known vulnerabilities (CVEs) and powers the Security view in the App Center Overview. Scanning happens entirely on your box against a locally cached database — nothing about your apps is sent anywhere" +CFG_TRIVY_LONG_DESCRIPTION="Trivy checks the container images behind your installed apps for known vulnerabilities (CVEs)" CFG_TRIVY_URL="https://github.com/aquasecurity/trivy" CFG_TRIVY_ACTIONS="configure|install|restart|shutdown|uninstall" #