Skip to content

Resolve remaining Snyk Kubernetes findings#384

Merged
cdcavell merged 1 commit into
mainfrom
snyk-kubernetes-hardening-followup
Jul 23, 2026
Merged

Resolve remaining Snyk Kubernetes findings#384
cdcavell merged 1 commit into
mainfrom
snyk-kubernetes-hardening-followup

Conversation

@cdcavell

Copy link
Copy Markdown
Owner

Summary

Addresses the two remaining low-severity Snyk findings in examples/kubernetes/projecttemplate-web.yaml after the initial Kubernetes hardening update.

Changes

  • Changes the pod UID/GID from 1654 to the higher application-specific value 10001 to avoid Snyk's host UID collision warning.
  • Changes imagePullPolicy from IfNotPresent to Always so Kubernetes checks the registry for the pinned image on each pod start.

Notes

The image remains pinned to 2.4.0; Always does not make the tag mutable, but it ensures the registry is consulted rather than relying indefinitely on a locally cached image.

@cdcavell
cdcavell merged commit 17577be into main Jul 23, 2026
10 checks passed
@cdcavell
cdcavell deleted the snyk-kubernetes-hardening-followup branch July 23, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant