Setup Image Signing banner
latiotech latiotech

Setup Image Signing

Development community

Description

--- description: "Walkthrough: Set up container image signing with Cosign/Sigstore" allowed-tools: Read, Write, Edit, Glob, Grep, Bash(git:*, docker:*, cosign:*, gh:*) --- Interactive walkthrough to set up container image signing and verification using Cosign (part of the Sigstore project). This ensures images haven't been tampered with between build and deploy. Read `${CLAUDE_PLUGIN_ROOT}/skills/supply-chain-hardening/references/container-configs.md` for Cosign reference configs. ## Why sign

Installation

Installs to ~/.claude/skills/latiotech-secure-supply-chain-skills-setup-image-signing/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository