Add support for new bundle specification in cosign verify-attestation
#329
Annotations
10 errors
golangci-lint:
cmd/cosign/cli/attest/attest.go#L90
c.KeyRef undefined (type *AttestCommand has no field or method KeyRef) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest.go#L90
c.Sk undefined (type *AttestCommand has no field or method Sk) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest.go#L106
c.NameOptions undefined (type *AttestCommand has no field or method NameOptions) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest.go#L212
c.RekorURL undefined (type *AttestCommand has no field or method RekorURL) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest_blob.go#L80
c.KeyRef undefined (type *AttestBlobCommand has no field or method KeyRef) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest_blob.go#L80
c.Sk undefined (type *AttestBlobCommand has no field or method Sk) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest_blob.go#L98
c.TSAServerURL undefined (type *AttestBlobCommand has no field or method TSAServerURL) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest_blob.go#L98
c.RFC3161TimestampPath undefined (type *AttestBlobCommand has no field or method RFC3161TimestampPath) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest_blob.go#L98
c.NewBundleFormat undefined (type *AttestBlobCommand has no field or method NewBundleFormat) (typecheck)
|
golangci-lint:
cmd/cosign/cli/attest/attest_blob.go#L167
c.TSAServerURL undefined (type *AttestBlobCommand has no field or method TSAServerURL) (typecheck)
|
Loading