Skip to main content

Docker

Run Path Header Scanner with Docker

Stable Image Policy

Use a published image to preview or apply path headers in an explicitly mounted project.

Commanddocker pull ghcr.io/devalltect00/path-header-scanner:v1.0.1

Category

Getting Started

Quick Command

docker pull ghcr.io/devalltect00/path-header-scanner:<tag>

Published Image Tags

TagExampleBehavior
Exactv1.0.1Immutable and recommended for CI or reproducible automation.
Minorv1.0Moves to the newest stable patch in the 1.0 line.
Majorv1Moves to the newest stable release in the 1.x line.
LatestlatestMoves to the newest stable Path Header Scanner release.
Pull and verify Path Header Scanner
bash
docker pull ghcr.io/devalltect00/path-header-scanner:v1.0.1
docker run --rm ghcr.io/devalltect00/path-header-scanner:v1.0.1 --help

Preserve Preview-first Safety

The image tag does not change scanner safety. A normal scan remains a preview; --apply is required to update mounted files, and --dry-run overrides apply mode. Pin automation to the exact image version and mount only the intended project directory.