sigstore / k8s-manifest-sigstore

kubectl plugin for signing Kubernetes manifest YAML files with sigstore
Apache License 2.0
79 stars 21 forks source link

Add initial codes for kubectl signing plugins (#1) #4

Closed yuji-watanabe-jp closed 3 years ago

yuji-watanabe-jp commented 3 years ago

Signed-off-by: Yuji Watanabe muew@ibm.com Co-authored-by: Hirokuni-Kitahara1 hirokuni.kitahara1@ibm.com

This is PR to add initial codes to the repository.

Issue => https://github.com/sigstore/k8s-manifest-sigstore/issues/3

lukehinds commented 3 years ago

let's replace all the references in codes that point to the temporary repository (yuji-watanabe-jp/k8s-manifest-sigstore) with sigstore/k8s-manifest-sigstore after this PR

I am ok with that. We need to get golint and a few other CI elements set up as well. Have you had a chance to run golangci-lint run locally first?

yuji-watanabe-jp commented 3 years ago

@lukehinds

We checked with "golangci-lint run" locally and confirmed no error reported with fix commit. We also set new repository location "sigstore/k8s-manifest-sigstore" in this fix.