WIP: Defining an interface for allowing signing and verifying with different envelope types #397
Annotations
10 errors
golangci-lint:
source/archivista.go#L1
: # github.com/in-toto/go-witness/source
|
golangci-lint:
source/source.go#L39
cannot use env.Payload (variable of type string) as type []byte in argument to json.Unmarshal (typecheck)
|
golangci-lint:
verify.go#L27
could not import github.com/in-toto/go-witness/source (-: # github.com/in-toto/go-witness/source
|
golangci-lint:
source/source.go#L39
cannot use env.Payload (variable of type string) as type []byte in argument to json.Unmarshal) (typecheck)
|
golangci-lint:
run.go#L125
cannot use bytes.NewReader(stmtJson) (value of type *bytes.Reader) as []byte value in argument to dsse.Sign (typecheck)
|
golangci-lint:
sign.go#L25
cannot use r (variable of type io.Reader) as []byte value in argument to dsse.Sign (typecheck)
|
golangci-lint:
verify.go#L84
cannot use vo.policyEnvelope.Payload (variable of type string) as []byte value in argument to json.Unmarshal (typecheck)
|
golangci-lint:
signature/envelope/dsse/dsse.go#L1
: # github.com/in-toto/go-witness/signature/envelope/dsse
|
golangci-lint:
signature/envelope/dsse/dsse.go#L49
missing function body (typecheck)
|
golangci-lint:
cryptoutil/digestset.go#L1
: # github.com/in-toto/go-witness/cryptoutil [github.com/in-toto/go-witness/cryptoutil.test]
|
The logs for this run have expired and are no longer available.
Loading