From 37627482cca9c9c4faf0e7156567345729b1ef04 Mon Sep 17 00:00:00 2001 From: Lucien Boix Date: Mon, 18 Sep 2023 18:24:00 -0400 Subject: [PATCH] Update Readme.md Just adding details for how to use the script command with args for the Gitlab CI usecase --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 498f84f..7c4d743 100644 --- a/Readme.md +++ b/Readme.md @@ -331,7 +331,7 @@ lint-kubeconform: name: ghcr.io/yannh/kubeconform:latest-alpine entrypoint: [""] script: - - kubeconform + - /kubeconform summary -output json kubeconfigs/ ``` See [issue 106](https://github.com/yannh/kubeconform/issues/106) for more details.