Tracee v0.5.0 released! #563
itaysk
announced in
Announcements
Replies: 1 comment 1 reply
-
Great choice to use Rego/OPA for the rules engine, the last thing we would need in the cloud native space is yet another rules engine similar to Falco's approach 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Release: https://github.com/aquasecurity/tracee/releases/tag/v0.5.0
Notable changes
This release marks the beginning of Tracee's evolution from a system tracing CLI tool, to a Runtime Security solution with behavioral analysis capabilities. Tracee is now composed of multiple sub projects:
The docker image
aquasec/tracee
will by default start this new runtime detection experience by loading some default signatures. The same container can still run tracee-ebpf directly, by using the "trace" sub-command of the container. See the project's Readme for a complete overview.This is still very much a work-in-progress, as we continue to write more signatures for behavioral patterns, and to improve the usability of this new experience. Stay tuned for more updates!
eof
was removed from tracee-ebpfNotable fixes
Beta Was this translation helpful? Give feedback.
All reactions