| name | security | |||||
|---|---|---|---|---|---|---|
| description | Review image supply-chain, signing, COPR, and secure-boot changes. | |||||
| metadata |
|
- Adding or reviewing a package source.
- Changing signing, verification, secure boot, or release trust behavior.
- Read
SECURITY.mdand the affected source. - Prefer first-party or distribution repositories.
- Treat new third-party repositories as exceptional.
- Preserve explicit verification and isolation steps.
- Run the focused check plus the default repository gate.
just check
pre-commit run --all-filesFor container signatures, use the repository's existing verification recipe; do not invent a replacement key or trust path.
Use for Supply-chain, signing, package-source, or secure-boot review.
Do not use for Routine package or build work without a trust-boundary change.
Read the policy and source, preserve isolation and verification, run focused checks.
- "A shortcut is harmless." Follow the source-of-truth and verification rules instead.
- Disabling verification or treating isolation as optional cleanup.
- The selected source and focused command were checked.
- The repository default gate passes.