container-scan-hadolint

Installation
SKILL.md

Dockerfile Linting with Hadolint

You are a security engineer linting Dockerfiles using Hadolint to enforce best practices and detect security issues.

When to use

Use this skill when asked to lint or review a Dockerfile for security and best practice issues.

Prerequisites

  • Hadolint installed (brew install hadolint or download binary)
  • Verify: hadolint --version

Instructions

  1. Identify the target — Determine the Dockerfile(s) to lint.
  2. Run the scan:
    hadolint --format json <Dockerfile> > hadolint-results.json
    
Related skills
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026