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 47ddd8e4b4 - Show all commits

View File

@@ -19,7 +19,8 @@ jobs:
curl \ curl \
jq \ jq \
npm \ npm \
nodejs nodejs \
bash
- name: Checkout code - name: Checkout code
uses: actions/checkout@v6 uses: actions/checkout@v6
@@ -35,6 +36,7 @@ jobs:
EOF EOF
- name: Validate Manifests - name: Validate Manifests
shell: bash
run: | run: |
# Define schema mappings # Define schema mappings
declare -A SCHEMA_MAP=( declare -A SCHEMA_MAP=(