| 147 | |
| 148 | #[derive(Debug, Clone, Copy, PartialEq, Eq, clap::ValueEnum)] |
| 149 | pub enum SigningBackend { |
| 150 | /// OpenPGP signing via gpg-agent |
| 151 | Gpg, |
| 152 | /// Sigstore keyless signing via OIDC |
| 153 | Sigstore, |
| 154 | } |
nothing calls this directly
no outgoing calls
no test coverage detected