From 88f2255930edd6f11d4f5ded312204b1cd0f8cc1 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Thu, 18 Jul 2024 21:48:11 +0530 Subject: [PATCH] Add mariner support from SCTK Reference: https://github.com/nexB/scancode-toolkit/pull/3734 Reference: https://github.com/nexB/scancode.io/issues/1156 Signed-off-by: Ayan Sinha Mahapatra --- scanpipe/pipes/rootfs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scanpipe/pipes/rootfs.py b/scanpipe/pipes/rootfs.py index 2cddf1cc9..aba82e228 100644 --- a/scanpipe/pipes/rootfs.py +++ b/scanpipe/pipes/rootfs.py @@ -47,6 +47,7 @@ "fedora", "sles", "opensuse", + "mariner", "opensuse-tumbleweed", "photon", "windows",