Skip to content

Commit

Permalink
ignore deprecations we're adding
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh authored and cpanato committed Sep 6, 2022
1 parent 6472948 commit 9a0fc91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/policy_init.go
Expand Up @@ -40,7 +40,7 @@ import (

"github.com/sigstore/cosign/pkg/cosign"
cremote "github.com/sigstore/cosign/pkg/cosign/remote"
"github.com/sigstore/cosign/pkg/sget"
"github.com/sigstore/cosign/pkg/sget" //nolint:staticcheck
sigs "github.com/sigstore/cosign/pkg/signature"
signatureoptions "github.com/sigstore/sigstore/pkg/signature/options"
"github.com/sigstore/sigstore/pkg/tuf"
Expand Down
4 changes: 2 additions & 2 deletions cmd/sget/cli/commands.go
Expand Up @@ -25,8 +25,8 @@ import (
"github.com/spf13/cobra"
"sigs.k8s.io/release-utils/version"

"github.com/sigstore/cosign/cmd/sget/cli/options"
"github.com/sigstore/cosign/pkg/sget"
"github.com/sigstore/cosign/cmd/sget/cli/options" //nolint:staticcheck
"github.com/sigstore/cosign/pkg/sget" //nolint:staticcheck
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/sget/main.go
Expand Up @@ -22,7 +22,7 @@ import (
"strings"
"time"

"github.com/sigstore/cosign/cmd/sget/cli"
"github.com/sigstore/cosign/cmd/sget/cli" //nolint:staticcheck

// Register the provider-specific plugins
_ "github.com/sigstore/sigstore/pkg/signature/kms/aws"
Expand Down

0 comments on commit 9a0fc91

Please sign in to comment.