Skip to content

Commit

Permalink
Fix #147 - Daemon mode, built-in Kafka exfiltration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars T Hansen committed Mar 10, 2025
1 parent 7395cdb commit 1c7e2ce
Show file tree
Hide file tree
Showing 29 changed files with 3,408 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustup install 1.59.0
rustup default 1.59.0
rustup install 1.67.0
rustup default 1.67.0
- name: Display Rust version
run: cargo --version
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ target/
*~
*.rej
*.orig
util/ingest-kafka/ingest-kafka
util/ingest-files/ingest-files


Loading

0 comments on commit 1c7e2ce

Please sign in to comment.