Production-ready release workflow examples with signed releases, SLSA provenance, artifact attestations, and minimal permissions.
Provides production-ready GitHub Actions release workflows with SLSA provenance, artifact attestations, and signed releases. Use when creating secure release pipelines that require supply chain transparency and cryptographic verification.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install secure@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdreference.mdscripts/example-1.yamlscripts/example-2.yamlscripts/example-3.yamlCopy-paste ready release workflow templates with comprehensive security hardening. Each example demonstrates signed releases, SLSA provenance generation, artifact attestations, minimal permissions, and secure artifact distribution.
Complete Security Patterns
These workflows integrate all security patterns from the hub: SHA-pinned actions, minimal GITHUB_TOKEN permissions, SLSA provenance, artifact attestations, signature verification, and secure distribution. Use as production templates for secure software supply chain.
See the full implementation guide in the source documentation.
Every release workflow in this guide implements these controls:
See examples.md for code examples.
See reference.md for complete documentation.