From 36b362aa2dd2486f585fbee783b655caa08325f9 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Thu, 11 Jun 2026 10:48:21 +0000 Subject: [PATCH] =?UTF-8?q?cc-ci=20lvl5=20P4:=20deliberate=20lint=20violat?= =?UTF-8?q?ion=20(R011=20=E2=80=94=20empty=20image=20in=20extra=20compose?= =?UTF-8?q?=20file;=20NOT=20in=20COMPOSE=5FFILE,=20runtime-neutral).=20Thr?= =?UTF-8?q?owaway=20demo=20branch=20=E2=80=94=20do=20not=20merge.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.lintdemo.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 compose.lintdemo.yml diff --git a/compose.lintdemo.yml b/compose.lintdemo.yml new file mode 100644 index 0000000..70d015c --- /dev/null +++ b/compose.lintdemo.yml @@ -0,0 +1,6 @@ +--- +version: "3.8" +services: + lintdemo: + image: "" + command: /bin/true -- 2.49.0