From efd41aa2f3067441f31c1a3ec7469b7d19f12acb Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Fri, 14 Jun 2024 16:06:55 +0200 Subject: [PATCH] adjuste kubelinter config --- kubelinter-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubelinter-config.yaml b/kubelinter-config.yaml index 45c4ebd..c44fbd5 100644 --- a/kubelinter-config.yaml +++ b/kubelinter-config.yaml @@ -1,3 +1,4 @@ checks: exclude: - - "latest-tag" \ No newline at end of file + - "latest-tag" + - "no-read-only-root-fs" # as we already use another user than root to run the image \ No newline at end of file -- GitLab