From a14418302ba1a3fae7ba153c4367f29d4f890b3a Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Wed, 8 Nov 2023 09:56:07 -0500 Subject: [PATCH] Allow ImageMagick in .lichen file This is a false positive emanating from sigs.k8s.io/yaml@v1.4.0. Signed-off-by: Tom Pantelis --- .lichen.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lichen.yaml b/.lichen.yaml index edccd4b30..cc9f3a090 100644 --- a/.lichen.yaml +++ b/.lichen.yaml @@ -15,6 +15,7 @@ allow: - "PostgreSQL" - "X11" - "Zlib" + - "ImageMagick" override: - path: "github.com/flynn/go-shlex"