Skip to content

feat(detector): add Kubernetes drift detection (v0.1.15) - #8

Merged
yunaremaia merged 1 commit into
mainfrom
feat/kubernetes-drift
Sep 4, 2026
Merged

feat(detector): add Kubernetes drift detection (v0.1.15)#8
yunaremaia merged 1 commit into
mainfrom
feat/kubernetes-drift

Conversation

@yunaremaia

Copy link
Copy Markdown
Owner

Summary

  • Adds Kubernetes drift detection: image tags in manifests (, ) vs README mentions.
  • Handles variant tags ( matches ).
  • Bumps version to 0.1.15.

Test plan

  • 6 new unit tests covering parsing, no-drift, drift detection, and scan integration
  • All 86 tests pass
  • Version bumped to 0.1.15

Checks in v0.1.15

  • Kubernetes (manifest image tags vs README)
  • GitHub Actions version (outdated action versions in workflows)
  • GitLab CI (.gitlab-ci.yml image tags vs README)
  • CircleCI (.circleci/config.yml docker image tags vs README)
  • Terraform (versions.tf required_providers vs README)
  • Maven (pom.xml vs README)
  • Docker (Dockerfile FROM tag vs README)
  • Java/Gradle (build.gradle sourceCompatibility/jvmTarget vs README)
  • Rust (rust-toolchain.toml + Cargo.toml vs README)
  • Node (package.json engines vs README)
  • Python (pyproject.toml requires-python vs README)
  • Go (go.mod directive vs README)
  • Line endings (.gitattributes)
  • Count (skills/ directory vs README)
  • Actions (GitHub Actions Node 20 → Node 24)
  • External resources (CDN links in delivered HTML)

Detects image tag drift between Kubernetes manifests
(k8s/**/*.yaml, deploy/**/*.yaml) and README mentions.
Handles variant tags ('24' matches '24-slim').
6 new tests covering parsing, no-drift, drift detection, and scan integration.

Also removes unused Azure DevOps drift code.
@yunaremaia
yunaremaia merged commit 1b707c0 into main Sep 4, 2026
2 checks passed
@yunaremaia
yunaremaia deleted the feat/kubernetes-drift branch September 4, 2026 20:58
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