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 df575e0fa2 - Show all commits

View File

@@ -10,10 +10,6 @@ jobs:
container:
image: ghcr.io/yannh/kubeconform:v0.7.0-alpine
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install dependencies
run: |
@@ -21,7 +17,14 @@ jobs:
yq \
findutils \
curl \
jq
jq \
npm \
nodejs
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Create kubeconform configuration
run: |