notary icon indicating copy to clipboard operation
notary copied to clipboard

Feature/sandbox

Open marcofranssen opened this issue 4 years ago • 6 comments

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

marcofranssen avatar May 25 '20 08:05 marcofranssen

Rebased this PR on top of #1561

marcofranssen avatar May 25 '20 15:05 marcofranssen

@HuKeping looking forward to a review.

marcofranssen avatar May 28 '20 08:05 marcofranssen

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

thaJeztah avatar Jun 03 '20 09:06 thaJeztah

opened https://github.com/theupdateframework/notary/pull/1562 to fix the linting issue

thaJeztah avatar Jun 03 '20 19:06 thaJeztah

@justincormack I have rebased this one as well. It also includes the single commit from #1560

marcofranssen avatar Aug 05 '20 11:08 marcofranssen

@justincormack the weird issue with dropping codecoverage is gone. Can we merge this PR now?

marcofranssen avatar Sep 30 '20 10:09 marcofranssen