use ghcr.io/yannh/kubeconform:v0.7.0-alpine image #170
@@ -19,7 +19,8 @@ jobs:
|
||||
curl \
|
||||
jq \
|
||||
npm \
|
||||
nodejs
|
||||
nodejs \
|
||||
bash
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
@@ -35,6 +36,7 @@ jobs:
|
||||
EOF
|
||||
|
||||
- name: Validate Manifests
|
||||
shell: bash
|
||||
run: |
|
||||
# Define schema mappings
|
||||
declare -A SCHEMA_MAP=(
|
||||
|
||||
Reference in New Issue
Block a user