Documentation ¶
Overview ¶
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. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
const (
// SignatureAnnotation is the key of signature in annotation map
SignatureAnnotation = "tekton.dev/signature"
)
Variables ¶
var ErrorResourceVerificationFailed = errors.New("resource verification failed")
ErrorResourceVerificationFailed is returned when trusted resources fails verification.
Functions ¶
func VerifyInterface ¶
VerifyInterface get the checksum of json marshalled object and verify it.
func VerifyPipeline ¶
func VerifyPipeline(ctx context.Context, pipelineObj v1beta1.PipelineObject, k8s kubernetes.Interface) error
VerifyPipeline verifies the signature and public key against pipeline
func VerifyTask ¶
func VerifyTask(ctx context.Context, taskObj v1beta1.TaskObject, k8s kubernetes.Interface) error
VerifyTask verifies the signature and public key against task
Types ¶
This section is empty.