notary
notary copied to clipboard
Feature/sandbox
This PR adds a docker-compose setup that can be utilized to have a sandbox available for playing with notary and docker content trust.
resolves #1561 which was included by rebasing on top of #1560
Rebased this PR on top of #1561
@HuKeping looking forward to a review.
Looks like there's a linting failure;
[gosec] 2020/05/25 15:28:42 Checking file: /go/src/github.com/theupdateframework/notary/tuf/builder.go
[gosec] 2020/05/25 15:28:42 Checking file: /go/src/github.com/theupdateframework/notary/tuf/tuf.go
/go/src/github.com/theupdateframework/notary/tuf/signed/sign.go,103,Implicit memory aliasing in for loop.,MEDIUM,MEDIUM,&sig,CWE-
make: *** [Makefile:109: lint] Error 1
Exited with code exit status 2
opened https://github.com/theupdateframework/notary/pull/1562 to fix the linting issue
@justincormack I have rebased this one as well. It also includes the single commit from #1560
@justincormack the weird issue with dropping codecoverage is gone. Can we merge this PR now?