- Website: https://anchore.com/
Clone repository to: $GOPATH/src/github.com/excellaco/terraform-provider-anchore
$ mkdir -p $GOPATH/src/github.com/excellaco
$ cd $GOPATH/src/github.com/excellaco
$ git clone git@github.com:excellaco/terraform-provider-anchore
Make sure GO can pull a private Git repository
$ git config --global url."git@github.com:".insteadOf "https://github.com/"
Install the provider
$ cd $GOPATH/src/github.com/excellaco/terraform-provider-anchore
$ make install
Publishing
$ export GPG_FINGERPRINT=<the signing key fingerprint>
$ export GPG_TTY=$(tty)
$ goreleaser release --rm-dist