pub fn verify_repo(
client: &GitHubClient,
owner: &str,
repo: &str,
reference: &str,
policy: Option<&str>,
with_evidence: bool,
) -> Result<VerificationResult>Expand description
Verify repository-level dependency signatures at a given ref.