use ghcr.io/yannh/kubeconform:v0.7.0-alpine image #170

Merged
aggarwalakshun merged 4 commits from kubeconform-image into main 2025-12-03 14:53:54 +00:00
Showing only changes of commit 882d9f78fb - Show all commits

View File

@@ -71,7 +71,7 @@ jobs:
echo "Found $KIND - using custom schema"
SCHEMA_URL="https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/${SCHEMA_MAP[$KIND]}"
if ! kubeconform \
if ! /kubeconform \
-schema-location "$SCHEMA_URL" \
-cache "$KUBECONFORM_CACHE_DIR" \
-output json \
@@ -80,7 +80,7 @@ jobs:
fi
else
echo "Validating with default schemas"
if ! kubeconform \
if ! /kubeconform \
-schema-location default \
-cache "$KUBECONFORM_CACHE_DIR" \
-output json \