Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
986e830
tetragon: Read 4.19 curr->bin.path from tracepoint filename
olsajiri Oct 13, 2025
bfcd215
tetragon: Simplify execParse error value handling
olsajiri Sep 26, 2025
b220851
tetragon: Store exec event data sizes for easier parsing
olsajiri Oct 6, 2025
02b19ec
tetragon: Factor data read from exec event into single function
olsajiri Oct 7, 2025
3c6f5d9
tetragon: Add test for execParse with api.EventErrorFilename
olsajiri Sep 26, 2025
96d3219
tetragon: Add test for execParse with just filename
olsajiri Sep 26, 2025
2ef47b6
tetragon: Collect environment variables in execve events
slntopp Jul 31, 2025
841b37d
tetragon: Add environment_variables string to Process message
olsajiri Oct 14, 2025
3fcf809
tetragon: Add generated code for previous changes
olsajiri Oct 13, 2025
47ec717
tetragon: Process environment variables in exec event
slntopp Jul 31, 2025
9b05529
tetragon: Add test for execParse with environment variables
olsajiri Oct 13, 2025
12904fd
tetragon: Add test for execParse with empty environment variables
olsajiri Nov 20, 2025
1eef28b
tetragon: Apply redaction filters also on environment variables
olsajiri Nov 11, 2025
2e4880a
tetragon: Add redact test for environment variables
olsajiri Nov 11, 2025
8aca0b9
tetragon: Add support to filter specific environment variables
olsajiri Nov 21, 2025
81882d1
tetragon: Add observer test for environment variables
olsajiri Nov 26, 2025
a053ff8
tetragon: Add observer test for environment variables with filter
olsajiri Nov 26, 2025
49375cf
tetragon: Add observer test for environment variables with redaction
olsajiri Nov 26, 2025
bf91fd8
tetragon: Add docs for environment variables redaction
olsajiri Nov 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions api/v1/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

228 changes: 208 additions & 20 deletions api/v1/tetragon/codegen/eventchecker/eventchecker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading