Skip to content

kubescape

Kubernetes security platform for your IDE, CI/CD pipelines, and clusters

Kubescape is an open-source Kubernetes security platform. It includes risk analysis, security compliance, and misconfiguration scanning. Targeted at the DevSecOps practitioner or platform engineer, it offers an easy-to-use CLI interface, flexible output formats, and automated scanning capabilities. It saves Kubernetes users and admins precious time, effort, and resources.

Kubescape scans clusters, YAML files, and Helm charts. It detects misconfigurations according to multiple frameworks (including NSA-CISA, MITRE ATT&CK® and the CIS Benchmark).

secops

https://kubescape.io

amd64 arm64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install kubescape

sudo apt install kubescape

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    kubescape=3.0.28*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      kubescape=3.0.28*

Download URLs

Version SHA256 Size (KB)
3.0.28 39fef92d700ff624bbffeb74f461795d64b1fcb9936a7a92050ec9c8e032ab56 28516
3.0.27 0d87434e65235ddb0c1e6102b858e5d9200b0629b6be0f382c444b09ad1bb2ea 28494
3.0.25 dba151d34ddfbec86a9bcdce89b9c0073f07015ebdb1979577bed305c2a56c00 27740
3.0.24 71c1682db7fbe21cceee7da280d72d4c52753c7b3e6d984dc95ab538e33e07b4 27740
3.0.23 2fdbc138a30449a6e6c63ad6aa2e7de1a4fb438e6b05500e07626158ccf3da1d 27128
3.0.22 b04d2dafb13d55b48f60516e19ad54ada278b782370c242d55138b98ecc2c1cd 27093
3.0.21 36096fe5563558424c07d07653bea3ba38342f76531b780180e8d08f86ae072a 27081
3.0.20 61b4c9cd6a3c6e90a21a4847e125e6379a5251c389163a57617495ac54f63645 27086
3.0.19 2e390d10ec2fb6ddcfb232bc023ca289e3dfd7ad73d373eaca92834b558df6d8 27080
3.0.18 adae38ab03c898bc909fce2cb281c954a149f411e9faf139b5b5d9ec3b21bb18 27083
Version SHA256 Size (KB)
3.0.28 cac28dfa5d62513941fb7ebb2c851fbf2e5d0463758640fc03ea7e167d84836b 24570
3.0.27 d0c7f83e2a0c0c3212e30c64565c2826bf20ed6b905e59bfd08b21879da213a4 24559
3.0.25 54d04f029f4f850bcacc6157873af049166416edc0304c71de5e8bd88033ec87 23881
3.0.24 1c54d6191586476cfffc7df2393dcc286998cae17f9ebf8d223101d8e73874dc 23901
3.0.23 4808c66c621457ab9984e4a882de743e6aae1c24e843fddf8dd7604d6ddab4b5 23272
3.0.22 bceac19f80fd0c4bbdb467f6a8906dddbc9d722df707e6e0509bf8474c048306 23233
3.0.21 2122d9f3b33d151e8463500d6d5f61dfe437dcdf6c3691cacde57268043e0608 23223
3.0.20 796b49f7f8b5f3815be302d17f11f7e25cac107e02c6483b61a3a36ee16db251 23236
3.0.19 f08dd514fff0b03fd28a7d2a4cefcd27e700fca1922ffd366b9a0848709c96c4 23229
3.0.18 9e7efc201d6d54537ead5ce16fed6a055d23ee0058776846ed2507524a155ac1 23229

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for kubescape are versioned here.

Click here to see kubescape ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/secops/kubescape/ops2deb.yml
name: kubescape
matrix:
  architectures:
    - amd64
    - arm64
  versions:
    - 3.0.10
    - 3.0.11
    - 3.0.12
    - 3.0.13
    - 3.0.14
    - 3.0.15
    - 3.0.16
    - 3.0.17
    - 3.0.18
    - 3.0.19
    - 3.0.20
    - 3.0.21
    - 3.0.22
    - 3.0.23
    - 3.0.24
    - 3.0.25
    - 3.0.27
    - 3.0.28
homepage: https://kubescape.io
summary: kubernetes security platform for your IDE, CI/CD pipelines, and clusters
description: |-
  Kubescape is an open-source Kubernetes security platform. It includes risk
  analysis, security compliance, and misconfiguration scanning. Targeted at the
  DevSecOps practitioner or platform engineer, it offers an easy-to-use CLI
  interface, flexible output formats, and automated scanning capabilities. It
  saves Kubernetes users and admins precious time, effort, and resources.

  Kubescape scans clusters, YAML files, and Helm charts. It detects
  misconfigurations according to multiple frameworks (including NSA-CISA, MITRE
  ATT&CK® and the CIS Benchmark).
fetch:
  url: https://github.com/kubescape/kubescape/releases/download/v{{version}}/kubescape-{{target}}-latest.tar.gz
  targets:
    amd64: ubuntu
    arm64: arm64-ubuntu
install:
  - kubescape-{{target}}-latest:/usr/bin/kubescape

The blueprint fetch keyword contains a URL template pointing to kubescape releases. Downloaded files are locked in a lockfile versioned here.

Click here to see kubescape release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/secops/kubescape/ops2deb.lock.yml
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.10/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: e867543c53a4a47ae332391ed486aac8ec3f3e8a6eb37b8138f2feaeeff84c18
  timestamp: 2024-07-15 22:04:28+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.11/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: de395f8b26056840ef83bb331bd486c7e634a89c99ebc17db4f9e1343ca34973
  timestamp: 2024-07-15 22:04:28+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.12/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 45beedfe9f9914ed2c4ce11b372b86ee912d9175a0bfd457306672aec029b9f3
  timestamp: 2024-07-15 22:04:28+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.13/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 36c70c005e6786d7feaa442e3482db0b5c3273ffc793eb97f3dce560d4acc6ea
  timestamp: 2024-07-15 22:04:28+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.14/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: c3920c7ccf2183e17e9d5f6f8c9f33dbe59e49ee715ec472990e1ea014e3b5f6
  timestamp: 2024-07-15 22:04:28+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.10/kubescape-ubuntu-latest.tar.gz
  sha256: a37c4d0c3126ed081b2350136a72ba867e998c545d79d152d651b88df41d3ced
  timestamp: 2024-07-15 22:15:02+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.11/kubescape-ubuntu-latest.tar.gz
  sha256: af654301164a69fbb6ad5d89a1bf79659532e01864e799988e0a25987289b66c
  timestamp: 2024-07-15 22:15:02+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.12/kubescape-ubuntu-latest.tar.gz
  sha256: 3d474317ef373b0126a213499e88e2aff63631768a44e5bb4052aff0d2a695b1
  timestamp: 2024-07-15 22:15:02+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.13/kubescape-ubuntu-latest.tar.gz
  sha256: 71b8a290605a2431efd5cd67047b5e5fd4341b87755944738c37364a10ceb76c
  timestamp: 2024-07-15 22:15:02+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.14/kubescape-ubuntu-latest.tar.gz
  sha256: fb766abebf463921a7647b5dd7cb56f178e234c9e664f47e17bf9c1ff57430c4
  timestamp: 2024-07-15 22:15:02+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.15/kubescape-ubuntu-latest.tar.gz
  sha256: 33feac97f715a2f5eb0f12b449729b8f0a7c350f46a033d157e997b134ab7bb2
  timestamp: 2024-07-24 12:09:04+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.15/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 860ea20ccd940ba2dd4e03d4a65d5b9645fa1d4b14adcd48fe4dab8f09e9ebf5
  timestamp: 2024-07-25 21:55:53+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.16/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 55cf20b12a11f8afdb625b646dedebca031c864a9a4bd9fa2f6b8e79712cc8b3
  timestamp: 2024-08-21 12:08:58+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.16/kubescape-ubuntu-latest.tar.gz
  sha256: 7f929eed32493cb89e40c0c17a5b5a842571427da0a48f00ec43bb4d00383aac
  timestamp: 2024-08-21 12:08:58+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.17/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: faee52673f1bdd490f9e79cabacbaf40b2fe990072c3b42bc9e05630e8589015
  timestamp: 2024-09-06 15:05:54+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.17/kubescape-ubuntu-latest.tar.gz
  sha256: 5705a1e693ff8bb68bada2e86d8752b0ff3974737f322dba15f9edb7605360a5
  timestamp: 2024-09-06 15:05:54+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.18/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: c19d18f611f9480e347a92cb33c73d317b63a7ee56a229cb969b75276759e484
  timestamp: 2024-09-30 18:08:11+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.18/kubescape-ubuntu-latest.tar.gz
  sha256: 1d4753b55d6fd56a93185735438c6e0a10c982aa560ec3c9feaa020d8833b3ab
  timestamp: 2024-09-30 18:08:11+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.19/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: e7df9e0bea56c0a3393556899709f9c2c45d9c4dc5c8bdf3563bd6c032e4d23b
  timestamp: 2024-11-12 15:06:25+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.19/kubescape-ubuntu-latest.tar.gz
  sha256: 5cd54d688f74311b4dc0ce7e0cdcf04c414b9fff4082c65039f9aad031f2ea45
  timestamp: 2024-11-12 15:06:25+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.20/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 92dfa1eba567e1f9f85cbbde17fd9d8e772e6f5eb41ab9fb50515e7d4ceb6a77
  timestamp: 2024-11-18 12:11:21+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.20/kubescape-ubuntu-latest.tar.gz
  sha256: 21fe2d5bb79593f252d27d8f7dd8e53074db99621126a3ecc9648385202760c1
  timestamp: 2024-11-18 12:11:21+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.21/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 7b71cc4dac3f5235cab74f80528cea014eedc7958d34cbb34a8d8f54f0171bc9
  timestamp: 2024-11-19 18:08:24+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.21/kubescape-ubuntu-latest.tar.gz
  sha256: f1a59c6210d5cf4b2ed73cde229c64dae6ea712be7fea115a522b33d30e91ae9
  timestamp: 2024-11-19 18:08:24+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.22/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 83dbe21b5ef122938ebdb6fa0ee10cccee5e8dce89321cbc286a442d02c72d64
  timestamp: 2024-12-11 12:11:16+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.22/kubescape-ubuntu-latest.tar.gz
  sha256: f328f430d3fe8ec6a41d7977d4259a6eb0c0b5f25b2de2f0f7d8725593569b3a
  timestamp: 2024-12-11 12:11:16+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.23/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 0cb08437c7bc3ce7949d2b688ce7bfcbba2b17198c2d240ad1a73073fecfcb2a
  timestamp: 2025-01-09 18:08:32+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.23/kubescape-ubuntu-latest.tar.gz
  sha256: a4b93e6b4517415a5f8d2f13b22b2fccdd5055e4003c64742bd9a52a6b81f23e
  timestamp: 2025-01-09 18:08:32+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.24/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 1c9829c466439e29e4830d5bdde0dcd252e2db8720b6d3907564ed52f15becae
  timestamp: 2025-01-28 09:07:23+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.24/kubescape-ubuntu-latest.tar.gz
  sha256: dec700ee25c8ebca7764b8c994bdd39a3acd64e02af9b1c44cda2d64c3d10bdc
  timestamp: 2025-01-28 09:07:23+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.25/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 2e19fc557deb1e1bf8427550c649bff1a82f4fecd8f7500e2ca9703e47d6913e
  timestamp: 2025-01-31 18:07:57+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.25/kubescape-ubuntu-latest.tar.gz
  sha256: 69d63428017e9bfa0026bae5d874acbbaa9f2c6cc5e3fac78e2cb60fab63d33f
  timestamp: 2025-01-31 18:07:57+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.27/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: f826c499d8cb77692e704c184434c51e64915a871b7127d77db8d6a40aa696f6
  timestamp: 2025-02-11 12:11:10+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.27/kubescape-ubuntu-latest.tar.gz
  sha256: 869692b9c4c38cf2982e76e5e7e50ae523d6b75e36967419534921dfc93dbb54
  timestamp: 2025-02-11 12:11:10+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.28/kubescape-arm64-ubuntu-latest.tar.gz
  sha256: 605e299e1e5d9f3a62e9cf0b2b34c0abaf0364dc1faf79d14b6eaa254ba2bc53
  timestamp: 2025-02-14 18:08:09+00:00
- url: https://github.com/kubescape/kubescape/releases/download/v3.0.28/kubescape-ubuntu-latest.tar.gz
  sha256: dc037fde330c6dac8d74ee002235bfb29b6aa57707443299fcac86cd18a0e98e
  timestamp: 2025-02-14 18:08:09+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/kubescape.svg)](https://docs.wakemeops.com/packages/kubescape)
<a href="https://docs.wakemeops.com/packages/kubescape">
  <img src="https://docs.wakemeops.com/badges/kubescape.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/kubescape.svg
:target: https://docs.wakemeops.com/packages/kubescape