Skip to content

Commit 4414471

Browse files
committed
ci: digest-pin kubeconform docker image
1 parent 0027e1a commit 4414471

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
--output-dir ./helm-output
6060
6161
- name: Validate manifests
62-
uses: docker://ghcr.io/yannh/kubeconform:v0.7.0
62+
uses: docker://ghcr.io/yannh/kubeconform:v0.7.0@sha256:85dbef6b4b312b99133decc9c6fc9495e9fc5f92293d4ff3b7e1b30f5611823c
6363
with:
6464
entrypoint: "/kubeconform"
6565
args: "-summary -output json ./helm-output"

.github/workflows/release-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
--output-dir ./helm-output
5555
5656
- name: Validate manifests
57-
uses: docker://ghcr.io/yannh/kubeconform:v0.7.0
57+
uses: docker://ghcr.io/yannh/kubeconform:v0.7.0@sha256:85dbef6b4b312b99133decc9c6fc9495e9fc5f92293d4ff3b7e1b30f5611823c
5858
with:
5959
entrypoint: '/kubeconform'
6060
args: "-summary -output json ./helm-output"

0 commit comments

Comments
 (0)