-
- Downloads
no longer require SHA to upload artifacts to log
Since the verification of a signature will, by definition, include
verifying the content has not been altered, it is unnecessary to require
users of the CLI or REST API to specify the SHA256 hash of the content
when creating a new entry into the log.
Note that the server will still compute the hash and store it in the log
for ease of comparison.
Fixes #180
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
Showing
- cmd/cli/app/pflags.go 13 additions, 24 deletionscmd/cli/app/pflags.go
- cmd/cli/app/pflags_test.go 0 additions, 42 deletionscmd/cli/app/pflags_test.go
- go.mod 4 additions, 3 deletionsgo.mod
- go.sum 9 additions, 6 deletionsgo.sum
- pkg/generated/restapi/embedded_spec.go 0 additions, 4 deletionspkg/generated/restapi/embedded_spec.go
- pkg/types/rekord/v0.0.1/entry.go 0 additions, 4 deletionspkg/types/rekord/v0.0.1/entry.go
- pkg/types/rekord/v0.0.1/entry_test.go 3 additions, 2 deletionspkg/types/rekord/v0.0.1/entry_test.go
- pkg/types/rekord/v0.0.1/rekord_v0_0_1_schema.json 1 addition, 1 deletionpkg/types/rekord/v0.0.1/rekord_v0_0_1_schema.json
- pkg/types/rpm/v0.0.1/entry.go 0 additions, 4 deletionspkg/types/rpm/v0.0.1/entry.go
- pkg/types/rpm/v0.0.1/entry_test.go 3 additions, 2 deletionspkg/types/rpm/v0.0.1/entry_test.go
- pkg/types/rpm/v0.0.1/rpm_v0_0_1_schema.json 1 addition, 1 deletionpkg/types/rpm/v0.0.1/rpm_v0_0_1_schema.json
Loading
Please register or sign in to comment