pub fn verify_release(
client: &GitHubClient,
owner: &str,
repo: &str,
base_tag: &str,
head_tag: &str,
policy: Option<&str>,
with_evidence: bool,
extra_controls: Vec<Box<dyn Control>>,
) -> Result<VerificationResult>Expand description
Verify a release (tag range) and return a verification result.