Changelog

Track the evolution of Code Pathfinder with detailed release notes and updates.

Release v1.3.2

v1.3.2January 30, 2026
View on GitHub

What's Changed

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.3.1...v1.3.2

Release v1.3.1

v1.3.1January 29, 2026
View on GitHub

What's Changed

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.3.0...v1.3.1

Release v1.3.0

v1.3.0January 26, 2026
View on GitHub

What's Changed

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.2.2...v1.3.0

Release v1.2.2

v1.2.2January 20, 2026
View on GitHub

What's Changed

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.2.1...v1.2.2

Release v1.2.1

v1.2.1January 19, 2026
View on GitHub

What's New

Run all security rules for a technology stack with a single category/all flag.

Why We Built This

Running comprehensive scans required specifying each bundle individually:

pathfinder scan --ruleset docker/security \
                  --ruleset docker/best-practice \
                  --ruleset docker/performance \
                  --project .

Now simplified to:

pathfinder scan --ruleset docker/all --project .

Benefits

  • Faster workflows: One command instead of multiple flags
  • Complete coverage: Automatically includes all available rules
  • Future-proof: New rules are included automatically as they're released
  • Flexible: Mix comprehensive scans with specific rule bundles

Quick Start

  # Scan all Docker rules
  pathfinder scan --ruleset docker/all --project .

  # Scan all Python rules
  pathfinder scan --ruleset python/all --project .

  # Scan all Docker Compose rules
  pathfinder scan --ruleset docker-compose/all --project .

  # Mix comprehensive + specific scans
  pathfinder scan --ruleset docker/all --ruleset python/django --project .

Available Categories

  • docker/all - All Dockerfile rules
  • docker-compose/all - All Docker Compose rules
  • python/all - All Python rules

New categories automatically support /all syntax as they're added.

What's Changed

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.2.0...v1.2.1

Showing 6-10 of 30 releases

Stay Updated

Watch our GitHub repository to get notified about new releases.

Star on GitHub