Skip to content

Commit ed30871

Browse files
authored
New version: kubescape.kubescape version 3.0.35 (microsoft#274072)
1 parent fa99558 commit ed30871

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with WinGet Updater using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: kubescape.kubescape
5+
PackageVersion: 3.0.35
6+
InstallerType: portable
7+
UpgradeBehavior: uninstallPrevious
8+
Commands:
9+
- kubescape
10+
ReleaseDate: 2025-07-07
11+
Installers:
12+
- Architecture: x64
13+
InstallerUrl: https://github.com/kubescape/kubescape/releases/download/v3.0.35/kubescape-windows-latest.exe
14+
InstallerSha256: 9DF4DCEA8EB61C537BDFC06361F433A8D3D0774E549C395A0BC89DC44742DBC3
15+
- Architecture: arm64
16+
InstallerUrl: https://github.com/kubescape/kubescape/releases/download/v3.0.35/kubescape-arm64-windows-latest.exe
17+
InstallerSha256: AB5971A6D34EFA0901E31602FF67944CE459BCA237406CB37017B9F6DC8E7355
18+
ManifestType: installer
19+
ManifestVersion: 1.10.0
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Created with WinGet Updater using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: kubescape.kubescape
5+
PackageVersion: 3.0.35
6+
PackageLocale: en-US
7+
Publisher: kubescape
8+
PublisherUrl: https://kubescape.io/
9+
PublisherSupportUrl: https://github.com/kubescape/kubescape/issues
10+
Author: The Kubescape Authors
11+
PackageName: kubescape
12+
PackageUrl: https://github.com/kubescape/kubescape
13+
License: Apache-2.0
14+
LicenseUrl: https://github.com/kubescape/kubescape/blob/HEAD/LICENSE
15+
Copyright: Copyright 2021-2023, the Kubescape Authors
16+
ShortDescription: An open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters
17+
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). Kubescape was created by ARMO and is a Cloud Native Computing Foundation (CNCF) sandbox project.
18+
Moniker: kubescape
19+
Tags:
20+
- best-practice
21+
- devops
22+
- kubernetes
23+
- mitre-attack
24+
- nsa
25+
- security
26+
- vulnerability-detection
27+
ReleaseNotes: |-
28+
What's Changed
29+
- check for nil map in merge methods by @matthyx in #1813
30+
- test: increase test coverage by @pixel365 in #1814
31+
- upgrade open-policy-agent to 1.x by @matthyx in #1820
32+
- merge labels and annotations in RetryOnConflict by @matthyx in #1822
33+
- Bump helm.sh/helm/v3 from 3.14.4 to 3.17.3 by @dependabot in #1824
34+
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #1829
35+
- fix: Fix stdin restoration in TestUserConfirmed by @shangchengbabaiban in #1827
36+
- Update dir.go by @rash1411 in #1828
37+
- Ensure context cancellation on command execution failure by @pixel365 in #1835
38+
- Make a second sigint terminate kubescape immediately by @ian-fox in #1837
39+
- Feature/mcpserver v1 by @slashben in #1836
40+
New Contributors
41+
- @shangchengbabaiban made their first contribution in #1827
42+
- @rash1411 made their first contribution in #1828
43+
- @ian-fox made their first contribution in #1837
44+
Full Changelog: v3.0.34...v3.0.35
45+
ReleaseNotesUrl: https://github.com/kubescape/kubescape/releases/tag/v3.0.35
46+
ManifestType: defaultLocale
47+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Updater using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: kubescape.kubescape
5+
PackageVersion: 3.0.35
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)