{"id":16207915,"url":"https://github.com/applejag/showksec","last_synced_at":"2025-12-15T17:44:18.098Z","repository":{"id":65950283,"uuid":"539390880","full_name":"applejag/showksec","owner":"applejag","description":"Decode Kubernetes secrets in CLI pipe","archived":false,"fork":false,"pushed_at":"2024-04-24T12:42:52.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T22:17:07.269Z","etag":null,"topics":["cli","go","go-cli","golang-cli","kubernetes-cli"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/applejag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-21T08:47:52.000Z","updated_at":"2024-04-24T12:42:56.000Z","dependencies_parsed_at":"2024-06-20T00:43:26.402Z","dependency_job_id":"be6cf27b-98e4-4619-8dd1-c066622cab9f","html_url":"https://github.com/applejag/showksec","commit_stats":null,"previous_names":["applejag/showksec","jillejr/showksec"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fshowksec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fshowksec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fshowksec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fshowksec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applejag","download_url":"https://codeload.github.com/applejag/showksec/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247722024,"owners_count":20985113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","go","go-cli","golang-cli","kubernetes-cli"],"created_at":"2024-10-10T10:14:47.577Z","updated_at":"2025-12-15T17:44:13.018Z","avatar_url":"https://github.com/applejag.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# showksec - Show Kubernetes secrets\n\nPipe a Kubernetes secret YAML into this file and it will base64-decode its\nsecrets.\n\n## Usage\n\n```console\n$ cat test-secret.yaml\napiVersion: v1\nkind: Secret\nmetadata:\n  name: test-secret\ndata:\n  foo: YmFy\n\n$ cat test-secret.yaml | showksec\napiVersion: v1\nkind: Secret\nmetadata:\n  name: test-secret\nstringData:\n  foo: bar\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplejag%2Fshowksec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplejag%2Fshowksec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplejag%2Fshowksec/lists"}