GitHub / SocialGouv / sealed-secrets
A Kubernetes controller and tool for one-way encrypted Secrets
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/SocialGouv%2Fsealed-secrets
Fork of bitnami-labs/sealed-secrets
Stars: 0
Forks: 0
Open issues: 0
License: apache-2.0
Language: Go
Size: 39.6 MB
Dependencies parsed at:
231
Created at: almost 3 years ago
Updated at: 6 months ago
Pushed at: 6 months ago
Last synced at: 5 days ago
.github/workflows/ci.yml
actions
- actions/checkout v3.1.0 composite
- actions/download-artifact v4.1.7 composite
- actions/setup-go v3.3.1 composite
- actions/upload-artifact v4.4.0 composite
- azure/setup-helm v3.5 composite
- medyagh/setup-minikube v0.0.13 composite
- sigstore/cosign-installer v3.4.0 composite
- test-summary/action v2 composite
- actions/checkout v3.1.0 composite
- azure/setup-helm v3.4 composite
- carvel-dev/setup-action v1.3.0 composite
- helm/chart-releaser-action v1.4.1 composite
- actions/checkout v3.1.0 composite
- vmware-labs/vmware-image-builder-action v0.6.0 composite
.github/workflows/helm-vib.yaml
actions
- actions/checkout v3.1.0 composite
- vmware-labs/vmware-image-builder-action v0.6.0 composite
- actions/checkout v3.1.0 composite
- actions/checkout c85c95e3d7251135ab7dc9ce3241c5835cc595a9 composite
- actions/setup-go v3.3.1 composite
- docker/login-action v2.0.0 composite
- docker/metadata-action v4.0.1 composite
- goreleaser/goreleaser-action v3.1.0 composite
- iarekylew00t/regctl-installer v1 composite
- sigstore/cosign-installer v3.4.0 composite
.github/workflows/release.yaml
actions
- actions/checkout v3.1.0 composite
- actions/setup-go v3.3.1 composite
.github/workflows/stale.yml
actions
- actions/stale v6.0.0 composite
- bitnami/minideb buster build
go.mod
go
- dario.cat/mergo v1.0.1
- github.com/Masterminds/goutils v1.1.1
- github.com/Masterminds/semver/v3 v3.3.0
- github.com/Masterminds/sprig/v3 v3.3.0
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.3.0
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/emicklei/go-restful/v3 v3.12.1
- github.com/evanphx/json-patch v5.9.0+incompatible
- github.com/fxamacker/cbor/v2 v2.7.0
- github.com/go-logr/logr v1.4.2
- github.com/go-openapi/jsonpointer v0.21.0
- github.com/go-openapi/jsonreference v0.21.0
- github.com/go-openapi/swag v0.23.0
- github.com/go-task/slim-sprig/v3 v3.0.0
- github.com/gogo/protobuf v1.3.2
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.4
- github.com/gomodule/redigo v2.0.0+incompatible
- github.com/google/gnostic-models v0.6.8
- github.com/google/go-cmp v0.6.0
- github.com/google/gofuzz v1.2.0
- github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db
- github.com/google/renameio v0.1.0
- github.com/google/uuid v1.6.0
- github.com/hashicorp/golang-lru v1.0.2
- github.com/huandu/xstrings v1.5.0
- github.com/imdario/mergo v0.3.16
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/compress v1.17.9
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-isatty v0.0.20
- github.com/mitchellh/copystructure v1.2.0
- github.com/mitchellh/reflectwalk v1.0.2
- github.com/mkmik/multierror v0.4.0
- 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/onsi/ginkgo/v2 v2.21.0
- github.com/onsi/gomega v1.35.1
- github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v1.20.5
- github.com/prometheus/client_model v0.6.1
- github.com/prometheus/common v0.55.0
- github.com/prometheus/procfs v0.15.1
- github.com/shopspring/decimal v1.4.0
- github.com/spf13/cast v1.7.0
- github.com/spf13/pflag v1.0.5
- github.com/throttled/throttled v2.2.5+incompatible
- github.com/x448/float16 v0.8.4
- golang.org/x/crypto v0.28.0
- golang.org/x/mod v0.21.0
- golang.org/x/net v0.30.0
- golang.org/x/oauth2 v0.21.0
- golang.org/x/sync v0.8.0
- golang.org/x/sys v0.26.0
- golang.org/x/term v0.25.0
- golang.org/x/text v0.19.0
- golang.org/x/time v0.5.0
- golang.org/x/tools v0.26.0
- google.golang.org/protobuf v1.35.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.30.3
- k8s.io/apimachinery v0.31.2
- k8s.io/client-go v0.30.3
- k8s.io/code-generator v0.31.2
- k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
- k8s.io/klog v1.0.0
- k8s.io/klog/v2 v2.130.1
- k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
- sigs.k8s.io/yaml v1.4.0