Skip to content

Commit

Permalink
Merge pull request #480 from kubescape/feature/kdr
Browse files Browse the repository at this point in the history
Feature/kdr
  • Loading branch information
amitschendel committed Aug 18, 2024
2 parents f6fe406 + 485eff7 commit 94487d1
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 84 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.20.4
version: 1.20.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

appVersion: 1.20.4
appVersion: 1.20.5

maintainers:
- name: Ben Hirschberg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
- ruleName: "eBPF Program Load"
- ruleName: "Symlink Created Over Sensitive File"
- ruleName: "Unexpected Sensitive File Access"
- ruleName: "LD_PRELOAD Hook"
- ruleName: "Hardlink Created Over Sensitive File"
- ruleName: "Exec to pod"
- ruleName: "Port forward"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ spec:
- ruleName: "eBPF Program Load"
- ruleName: "Symlink Created Over Sensitive File"
- ruleName: "Unexpected Sensitive File Access"
- ruleName: "LD_PRELOAD Hook"
- ruleName: "Hardlink Created Over Sensitive File"
- ruleName: "Exec to pod"
- ruleName: "Port forward"
Expand Down
Loading

0 comments on commit 94487d1

Please sign in to comment.