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.
Command
docker pull ghcr.io/devalltect00/path-header-scanner:v1.0.1Category
Getting Started
Quick Command
docker pull ghcr.io/devalltect00/path-header-scanner:<tag>Published Image Tags
| Tag | Example | Behavior |
|---|---|---|
| Exact | v1.0.1 | Immutable and recommended for CI or reproducible automation. |
| Minor | v1.0 | Moves to the newest stable patch in the 1.0 line. |
| Major | v1 | Moves to the newest stable release in the 1.x line. |
| Latest | latest | Moves to the newest stable Path Header Scanner release. |
Pull and verify Path Header Scanner
bashdocker pull ghcr.io/devalltect00/path-header-scanner:v1.0.1
docker run --rm ghcr.io/devalltect00/path-header-scanner:v1.0.1 --helpPreserve 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.