{"id":20447495,"url":"https://github.com/kubescape/packaging","last_synced_at":"2025-09-24T17:30:35.146Z","repository":{"id":105226958,"uuid":"599944025","full_name":"kubescape/packaging","owner":"kubescape","description":"Packaging scripts that allow installation of Kubescape through various package manager.","archived":false,"fork":false,"pushed_at":"2024-11-26T14:44:12.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-26T15:32:23.402Z","etag":null,"topics":["debian","linux","packaging","rpm","ubuntu"],"latest_commit_sha":null,"homepage":"https://build.opensuse.org/package/show/home:hollowman/kubescape","language":"Shell","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/kubescape.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2023-02-10T08:20:47.000Z","updated_at":"2024-11-26T14:44:16.000Z","dependencies_parsed_at":"2023-12-08T00:25:49.231Z","dependency_job_id":"8cc012b7-fb30-4e57-81ac-35204f5098db","html_url":"https://github.com/kubescape/packaging","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubescape%2Fpackaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubescape%2Fpackaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubescape%2Fpackaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubescape%2Fpackaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubescape","download_url":"https://codeload.github.com/kubescape/packaging/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234099488,"owners_count":18779691,"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":["debian","linux","packaging","rpm","ubuntu"],"created_at":"2024-11-15T10:27:23.617Z","updated_at":"2025-09-24T17:30:34.825Z","avatar_url":"https://github.com/kubescape.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubescape Packaging\n\n[![build result](https://build.opensuse.org/projects/home:kubescape/packages/kubescape/badge.svg?type=percent)](https://build.opensuse.org/package/show/home:kubescape/kubescape)\n\n[![Version](https://img.shields.io/github/v/release/kubescape/packaging)](https://github.com/kubescape/packaging/releases)\n[![Build deb or rpm packages](https://github.com/kubescape/packaging/actions/workflows/build.yml/badge.svg)](https://github.com/kubescape/packaging/actions/workflows/build.yml)\n[![Release with upstream](https://github.com/kubescape/packaging/actions/workflows/release.yml/badge.svg)](https://github.com/kubescape/packaging/actions/workflows/release.yml)\n[![GitHub](https://img.shields.io/github/license/kubescape/packaging)](https://github.com/kubescape/packaging/blob/master/LICENSE)\n[![CNCF](https://shields.io/badge/CNCF-Sandbox%20project-blue?logo=linux-foundation\u0026style=flat)](https://landscape.cncf.io/card-mode?project=sandbox\u0026selected=kubescape)\n[![Twitter Follow](https://img.shields.io/twitter/follow/kubescape?style=social)](https://twitter.com/kubescape)\n\nPackaging scripts that allow installation of [Kubescape](https://github.com/armosec/kubescape) through various package manager.\n\n## Installation\n### [Ubuntu](deb/debian)\n[Ubuntu launchpad PPA](https://launchpad.net/~kubescape/+archive/ubuntu/kubescape)\n\n```bash\nsudo add-apt-repository ppa:kubescape/kubescape\nsudo apt update\nsudo apt install kubescape\n```\n\n### [Arch Linux](PKGBUILD)\n[AUR](https://aur.archlinux.org/packages/kubescape)\n\n```bash\nyay -S kubescape\n```\n\n### All kinds of package manager\n[Instructions for package managers](https://software.opensuse.org/download.html?project=home%3Akubescape\u0026package=kubescape) \n\n### [Snap](snap)\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/kubescape)\n\n```bash\nsudo snap install kubescape --classic\n```\n\n### Manually\nGet the latest debian or [rpm](kubescape.spec) package from the [Release Assets](https://github.com/kubescape/packaging/releases):\n- `kubescape-\u003cversion\u003e-0.aarch64.rpm`: Kubescape rpm package for arm64 (aarch64)\n- `kubescape-\u003cversion\u003e-0.x86_64.rpm`: Kubescape rpm package for amd64 (x86_64)\n- `kubescape-bash-completion-\u003cversion\u003e-0.noarch.rpm`: Kubescape bash auto completion rpm package\n- `kubescape-fish-completion-\u003cversion\u003e-0.noarch.rpm`: Kubescape fish auto completion rpm package\n- `kubescape-zsh-completion-\u003cversion\u003e-0.noarch.rpm`: Kubescape zsh auto completion rpm package\n- `kubescape_\u003cversion\u003e.dsc`: Debian Signed Kubescape source package description\n- `kubescape_\u003cversion\u003e.tar.xz`: Debian Kubescape vendored source package + golang compiler source package\n- `kubescape_\u003cversion\u003e_amd64.deb`: Kubescape rpm package for amd64 (x86_64)\n- `kubescape_\u003cversion\u003e_arm64.deb`: Kubescape debian package for arm64 (aarch64)\n\nOr from the latest [GitHub Actions Workflow](https://github.com/kubescape/packaging/actions/workflows/build.yml) Artifacts and unzip:\n\n- `kubescape_deb_amd64.zip`: Kubescape debian package for amd64 (x86_64)\n- `kubescape_deb_arm64.zip`: Kubescape debian package for arm64 (aarch64)\n- `kubescape_rpm_amd64.zip`: Kubescape rpm package for amd64 (x86_64)\n- `kubescape_rpm_arm64.zip`: Kubescape rpm package for arm64 (aarch64)\n\nInstall them with:\n- (Debian based) `sudo dpkg -i kubescape*.deb`\n- (Redhat based) `sudo dnf install */kubescape*.rpm`\n- (SUSE based) `sudo zypper install */kubescape*.rpm`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubescape%2Fpackaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubescape%2Fpackaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubescape%2Fpackaging/lists"}