Skip to content

feat(detector): add CircleCI drift detection (v0.1.12) - #5

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

feat(detector): add CircleCI drift detection (v0.1.12)#5
yunaremaia merged 1 commit into
mainfrom
feat/circleci-drift

Conversation

@yunaremaia

Copy link
Copy Markdown
Owner

Summary

  • Adds CircleCI drift detection: docker image tags vs README mentions.
  • Handles variant tags ( matches ).
  • Bumps version to 0.1.12.

Test plan

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

Checks in v0.1.12

  • CircleCI (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 docker image tag drift between .circleci/config.yml
and README mentions. Handles variant tags ('24' matches '24-slim').
6 new tests covering parsing, no-drift, drift detection, and scan integration.
@yunaremaia
yunaremaia merged commit 359a75e into main Sep 4, 2026
2 checks passed
@yunaremaia
yunaremaia deleted the feat/circleci-drift branch September 4, 2026 18:00
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