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