aquasecurity / aquasecurity/tracee
Analyze mode should support same (or similar) features as regular pipeline.
Open
area/rules
kind/feature
- Dominant language
- Go
- Stars
- 4.6k
- Forks
- 507
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 9
Description
The current analyze mode is a replacement of the previous **tracee-rules** binary but misses many new features developed since then.
It needs to support **at least** a few things, such as:
- access to process tree information through data sources
- access to container enrichment info through data sources
For the data source to be available to the analyze mode, some steps being taken during the pipe line stages will have to be disabled (like realtime procfs access) and the data source might have to be serialized in a way it can be consumed later (for example).
Contributor guide
Assessment
This issue has not been assessed yet.