From b7d7b4d0dc2f0206c6a682247cbab6364d544e7b Mon Sep 17 00:00:00 2001 From: Lucien Boix Date: Mon, 18 Sep 2023 18:54:24 -0400 Subject: [PATCH] Update Readme.md (#232) * Update Readme.md Just adding details for how to use the script command with args for the Gitlab CI usecase * Update Readme.md Good catch! Co-authored-by: Yann Hamon --------- Co-authored-by: Yann Hamon --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 498f84f..f135f59 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.