Harden Containers banner
latiotech latiotech

Harden Containers

Development community

Description

--- description: Pin base images by digest, enforce non-root, and harden Dockerfiles allowed-tools: Read, Write, Edit, Glob, Grep, Bash(docker:*, hadolint:*, git:*, which:*, brew:*) argument-hint: [Dockerfile-path] --- Audit and harden container images for supply chain security. **This command takes action by default** - it pins base images to digests, adds non-root users, and fixes Dockerfile issues. Changes are explained as they are made. Read `${CLAUDE_PLUGIN_ROOT}/skills/supply-chain-harde

Installation

Installs to ~/.claude/skills/latiotech-secure-supply-chain-skills-harden-containers/SKILL.md

Terminal
mkdir -p ~/.claude/skills/latiotech-secure-supply-chain-skills-harden-containers && curl -fsSL https://raw.githubusercontent.com/latiotech/secure-supply-chain-skills/HEAD/commands/harden-containers.md -o ~/.claude/skills/latiotech-secure-supply-chain-skills-harden-containers/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository