{"id":15292920,"url":"https://github.com/kubearmor/kubearmor-client","last_synced_at":"2025-04-04T11:13:08.367Z","repository":{"id":36962404,"uuid":"383115244","full_name":"kubearmor/kubearmor-client","owner":"kubearmor","description":"KubeArmor cli tool aka kArmor :robot:","archived":false,"fork":false,"pushed_at":"2025-04-02T19:28:18.000Z","size":1668,"stargazers_count":41,"open_issues_count":74,"forks_count":85,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T11:13:00.214Z","etag":null,"topics":["cli","kubearmor","kubernetes","management","security","tool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubearmor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2021-07-05T11:20:56.000Z","updated_at":"2025-03-18T13:26:40.000Z","dependencies_parsed_at":"2024-03-04T22:28:49.432Z","dependency_job_id":"e11a23f4-4e72-4299-8b7f-ecffbb963fa9","html_url":"https://github.com/kubearmor/kubearmor-client","commit_stats":null,"previous_names":[],"tags_count":93,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubearmor%2Fkubearmor-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubearmor%2Fkubearmor-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubearmor%2Fkubearmor-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubearmor%2Fkubearmor-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubearmor","download_url":"https://codeload.github.com/kubearmor/kubearmor-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"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","kubearmor","kubernetes","management","security","tool"],"created_at":"2024-09-30T16:31:45.605Z","updated_at":"2025-04-04T11:13:08.352Z","avatar_url":"https://github.com/kubearmor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/kubearmor/kubearmor-client/badge)](https://securityscorecards.dev/viewer/?uri=github.com/kubearmor/kubearmor-client)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkubearmor%2Fkubearmor-client.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubearmor%2Fkubearmor-client?ref=badge_shield)\n\n# karmor\n\n**karmor** is a client tool to help manage [KubeArmor](https://github.com/kubearmor/KubeArmor).\n\n## Installation\n\n```shell\ncurl -sfL http://get.kubearmor.io/ | sh -s\n```\n\n### Installing From Source\n\nBuild karmor from source if you want to test the latest (pre-release) karmor version.\n\n```shell\ngit clone https://github.com/kubearmor/kubearmor-client.git\ncd kubearmor-client\nmake install\n```\n\n### Steps to Verify the Binary (Recommended)\n\nWe sign all releases with `cosign`, therefore we recommend verifying **karmor** tarball prior to its installation.\n\nBelow are the instructions to verify the binary using `cosign` for version `v1.1.0`.\n\n- Use an environment variable to set the **karmor** version\n\n```shell\nexport KARMOR_VERSION=\"1.1.0\"\n```\n\n- Download released tarball, certificate, and signature files\n\n\u003cdetails\u003e\n  \u003csummary\u003eDownload Details\u003c/summary\u003e\n\n```shell\ncurl -LO https://github.com/kubearmor/kubearmor-client/releases/download/v${KARMOR_VERSION}/karmor_${KARMOR_VERSION}_linux_amd64.tar.gz\n\ncurl -LO https://github.com/kubearmor/kubearmor-client/releases/download/v${KARMOR_VERSION}/karmor_${KARMOR_VERSION}_linux_amd64.tar.gz.cert\n\ncurl -LO https://github.com/kubearmor/kubearmor-client/releases/download/v${KARMOR_VERSION}/karmor_${KARMOR_VERSION}_linux_amd64.tar.gz.sig\n```\n\n\u003c/details\u003e\n\n- Verify the released tarball integrity with `cosign`\n\n\u003cdetails\u003e\n  \u003csummary\u003eVerification Details\u003c/summary\u003e\n\n```shell\ncosign verify-blob karmor_${KARMOR_VERSION}_linux_amd64.tar.gz --certificate-identity=https://github.com/kubearmor/kubearmor-client/.github/workflows/release.yml@refs/tags/v${KARMOR_VERSION} --certificate-oidc-issuer=https://token.actions.githubusercontent.com --signature karmor_${KARMOR_VERSION}_linux_amd64.tar.gz.sig --certificate karmor_${KARMOR_VERSION}_linux_amd64.tar.gz.cert\n```\n\n\u003c/details\u003e\n\n## Usage\n\n```shell\nCLI Utility to help manage KubeArmor\n\nKubeArmor is a container-aware runtime security enforcement system that\nrestricts the behavior (such as process execution, file access, and networking\noperation) of containers at the system level.\n\nUsage:\n  karmor [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  help        Help about any command\n  install     Install KubeArmor in a Kubernetes Cluster\n  logs        Observe Logs from KubeArmor\n  probe       Checks for supported KubeArmor features in the current environment\n  profile     Profiling of logs\n  recommend   Recommend Policies\n  rotate-tls  Rotate webhook controller tls certificates\n  selfupdate  selfupdate this cli tool\n  sysdump     Collect system dump information for troubleshooting and error report\n  uninstall   Uninstall KubeArmor from a Kubernetes Cluster\n  version     Display version information\n  vm          VM commands for non kubernetes/bare metal KubeArmor\n\nFlags:\n      --context string      Name of the kubeconfig context to use\n  -h, --help                help for karmor\n      --kubeconfig string   Path to the kubeconfig file to use\n\nUse \"karmor [command] --help\" for more information about a command.\n```\n\n## License\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkubearmor%2Fkubearmor-client.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubearmor%2Fkubearmor-client?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubearmor%2Fkubearmor-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubearmor%2Fkubearmor-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubearmor%2Fkubearmor-client/lists"}