Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sigstore/gitsign
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb05eb9c8d497290b5b81da9e0966af068918e69
Choose a base ref
..
head repository: sigstore/gitsign
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 51e47c718399b694a39d3c8ea66587f8e6f04c19
Choose a head ref
Showing with 14 additions and 0 deletions.
  1. +14 −0 e2e/sign_test.go
14 changes: 14 additions & 0 deletions e2e/sign_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// Copyright 2024 The Sigstore 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.

//go:build e2e
// +build e2e