From 219f4b23c58c8e3f1a4c84220f258b78a352b41a Mon Sep 17 00:00:00 2001 From: Ashir Amin Date: Mon, 18 May 2026 23:33:04 -0500 Subject: [PATCH] test: empty commit to validate buildx cache behavior MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Empty commit on top of main (commit 1fe409d). No file changes — testing whether an empty PR's build will pick up fresh Debian packages or reuse the stale buildx layer cache. Today's :main trivy scan flagged 11 packages (libcap2, libsystemd0, libudev1, openssh-client, jq/libjq1, python3.13-*). If this PR's trivy-pr scan reports the same set, the hypothesis is confirmed: empty commits do not bust the buildx cache and the failure persists. If trivy-pr passes, something else is invalidating the cache and the analysis was wrong.