# Packages
Copyright 2022 The Tekton Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
# Functions
VerifyPipeline is the deprecated, this is to keep backward compatibility.
VerifyResource verifies the signature and public key against resource (v1beta1 and v1 task and pipeline).
VerifyTask is the deprecated, this is to keep backward compatibility.
# Constants
ConditionTrustedResourcesVerified specifies that the resources pass trusted resources verification or not.
SignatureAnnotation is the key of signature in annotation map.
# Variables
ErrNoMatchedPolicies is returned when no policies are matched.
ErrRegexMatch is returned when regex match returns error.
ErrResourceNotSupported is returned when the resource type is not supported.
ErrResourceVerificationFailed is returned when trusted resources fails verification.
# Structs
VerificationResult contains the type and message about the result of verification.
# Type aliases
VerificationResultType indicates different cases of a verification result.