GitHub / SocialGouv / secretgen-controller
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/SocialGouv%2Fsecretgen-controller
Fork of carvel-dev/secretgen-controller
Stars: 0
Forks: 0
Open issues: 0
License: apache-2.0
Language: Go
Size: 30.4 MB
Dependencies parsed at:
723
Created at: about 2 years ago
Updated at: almost 2 years ago
Pushed at: 11 months ago
Last synced at: 5 days ago
- actions/add-to-project v0.3.0 composite
- docker://k8slt/github-labeler-action@sha256 69b376b059806729c25c7d1f6cb0c88e1547eae6f57451414d108915bf4ddffd composite
- docker://k8slt/closed-issue-label-action@sha256 84360552559e0de4dfaaeefcf1ea0a1070a6250621f98539caf3eaad9395feb7 composite
- docker://k8slt/github-labeler-action@sha256 69b376b059806729c25c7d1f6cb0c88e1547eae6f57451414d108915bf4ddffd composite
- actions/checkout v3.3.0 composite
- actions/setup-go v3 composite
- golangci/golangci-lint-action v3.4.0 composite
- actions/checkout v2 composite
- actions/setup-go v3 composite
- carvel-dev/setup-action v1 composite
- helm/kind-action v1.2.0 composite
.github/workflows/release.yml
actions
- actions/checkout v2 composite
- actions/github-script v6 composite
- actions/setup-go v2 composite
- carvel-dev/setup-action v1 composite
- docker/login-action v2 composite
- softprops/action-gh-release 17cd0d34deddf848fc0e7d9be5202c148c270a0a composite
- docker://k8slt/github-labeler-action@sha256 69b376b059806729c25c7d1f6cb0c88e1547eae6f57451414d108915bf4ddffd composite
- actions/stale 87c2b794b9b47a9bec68ae03c01aeb572ffebdb1 composite
.github/workflows/test-gh.yml
actions
- actions/checkout v2 composite
- actions/setup-go v3 composite
- carvel-dev/setup-action v1 composite
.github/workflows/trivy-scan.yml
actions
- actions/checkout v2 composite
- actions/setup-go v3 composite
- github/codeql-action/upload-sarif v2 composite
- slackapi/slack-github-action v1.15.0 composite
Dockerfile
docker
go.mod
go
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.1.2
- github.com/cloudfoundry/bosh-utils v0.0.362
- github.com/cloudfoundry/config-server v0.1.118
- github.com/davecgh/go-spew v1.1.1
- github.com/emicklei/go-restful/v3 v3.10.1
- github.com/evanphx/json-patch v5.6.0+incompatible
- github.com/evanphx/json-patch/v5 v5.6.0
- github.com/fatih/color v1.13.0
- github.com/fsnotify/fsnotify v1.6.0
- github.com/ghodss/yaml v1.0.0
- github.com/go-logr/logr v1.2.4
- github.com/go-logr/zapr v1.2.3
- github.com/go-openapi/jsonpointer v0.19.6
- github.com/go-openapi/jsonreference v0.20.1
- github.com/go-openapi/swag v0.22.3
- github.com/gobuffalo/flect v0.3.0
- github.com/gogo/protobuf v1.3.2
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.3
- github.com/google/gnostic v0.6.9
- github.com/google/go-cmp v0.5.9
- github.com/google/gofuzz v1.2.0
- github.com/google/uuid v1.3.0
- github.com/imdario/mergo v0.3.13
- github.com/inconshreveable/mousetrap v1.0.1
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.16
- github.com/matttproud/golang_protobuf_extensions v1.0.2
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.14.0
- github.com/prometheus/client_model v0.3.0
- github.com/prometheus/common v0.37.0
- github.com/prometheus/procfs v0.8.0
- github.com/spf13/cobra v1.6.1
- github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.8.4
- go.uber.org/atomic v1.10.0
- go.uber.org/multierr v1.8.0
- go.uber.org/zap v1.24.0
- golang.org/x/crypto v0.8.0
- golang.org/x/mod v0.10.0
- golang.org/x/net v0.9.0
- golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
- golang.org/x/sys v0.8.0
- golang.org/x/term v0.7.0
- golang.org/x/text v0.9.0
- golang.org/x/time v0.3.0
- golang.org/x/tools v0.8.0
- gomodules.xyz/jsonpatch/v2 v2.2.0
- google.golang.org/appengine v1.6.7
- google.golang.org/protobuf v1.28.1
- gopkg.in/inf.v0 v0.9.1
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- k8s.io/api v0.26.2
- k8s.io/apiextensions-apiserver v0.26.1
- k8s.io/apimachinery v0.27.1
- k8s.io/client-go v0.26.2
- k8s.io/code-generator v0.27.1
- k8s.io/component-base v0.26.1
- k8s.io/gengo v0.0.0-20220902162205-c0856e24416d
- k8s.io/klog/v2 v2.90.1
- k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a
- k8s.io/utils v0.0.0-20230209194617-a36077c30491
- sigs.k8s.io/controller-runtime v0.14.6
- sigs.k8s.io/controller-tools v0.11.3
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3
- sigs.k8s.io/yaml v1.3.0