use ghcr.io/yannh/kubeconform:v0.7.0-alpine image #170
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user