-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
98 additions
and
835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,14 @@ | ||
all: localinit proto bin/SecretScanner bin/package-scanner bin/YaraHunter | ||
# bin/open-tracer | ||
all: localinit | ||
|
||
localinit: | ||
|
||
bin/SecretScanner: ./SecretScanner/**/*.go | ||
(cd SecretScanner && make) | ||
-mkdir $(PWD)/bin/secret-scanner/ | ||
cp $(PWD)/SecretScanner/SecretScanner $(PWD)/bin/secret-scanner/ | ||
cp $(PWD)/SecretScanner/config.yaml $(PWD)/bin/secret-scanner/ | ||
|
||
bin/YaraHunter: ./YaraHunter/**/*.go | ||
(cd YaraHunter && make) | ||
-mkdir $(PWD)/bin/yara-hunter/ | ||
cp $(PWD)/YaraHunter/YaraHunter $(PWD)/bin/yara-hunter/ | ||
cp $(PWD)/YaraHunter/config.yaml $(PWD)/bin/yara-hunter/ | ||
|
||
bin/package-scanner: | ||
(cd package-scanner && make) | ||
cp $(PWD)/package-scanner/package-scanner $(PWD)/bin | ||
|
||
bin/compliance: | ||
(cd compliance && make) | ||
cp $(PWD)/compliance/compliance $(PWD)/bin | ||
|
||
proto: ./agent-plugins-grpc/proto/*.proto | ||
(cd agent-plugins-grpc && make go) | ||
cp agent-plugins-grpc/proto/*.go $(PWD)/proto | ||
|
||
clean: | ||
-rm -rf $(PWD)/bin/secret-scanner/ | ||
-rm -rf $(PWD)/bin/yara-hunter/ | ||
-rm $(PWD)/bin/package-scanner | ||
-rm $(PWD)/bin/compliance | ||
(cd agent-plugins-grpc && make clean) | ||
-(cd agent-plugins-grpc && make clean) | ||
-(rm -rf $(PWD)/fluent-bit/build && mkdir $(PWD)/fluent-bit/build) | ||
-(cd $(PWD)/fluent-bit/plugins/out_deepfence && make clean) | ||
|
||
.PHONY: clean localinit | ||
.PHONY: clean localinit all |
Submodule fluent-bit
added at
b1fe5f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
[PLUGINS] | ||
Path /opt/td-agent-bit/bin/out_deepfence.so |
23 changes: 0 additions & 23 deletions
23
deepfence_agent/tools/apache/fluentbit/out_deepfence/Dockerfile
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
deepfence_agent/tools/apache/fluentbit/out_deepfence/Makefile
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
deepfence_agent/tools/apache/fluentbit/out_deepfence/README.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
deepfence_agent/tools/apache/fluentbit/out_deepfence/cluster_agent_plugin.conf
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
deepfence_agent/tools/apache/fluentbit/out_deepfence/fluent-bit.conf
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
deepfence_agent/tools/apache/fluentbit/out_deepfence/go.mod
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.