-
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
1 parent
1c65ff2
commit 4b74cdb
Showing
7 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
Submodule cloud-scanner
updated
6 files
+1 −1 | golang_deepfence_sdk | |
+4 −24 | internal/deepfence/client.go | |
+3 −0 | main.go | |
+51 −34 | query_resource/query.go | |
+27 −3 | service/service.go | |
+1 −1 | util/type.go |
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,5 +1,6 @@ | ||
BATCH_SIZE=${1:-100} | ||
TRUNCATE_SIZE=${2:-10} | ||
|
||
PATH=${DF_INSTALL_DIR:-/home/deepfence} | ||
|
||
exec $PATH/bin/shipper --base-path="${DF_INSTALL_DIR:-/}" --truncate-size=2 --routes=$PATH/routes.yaml --batch-size=$BATCH_SIZE | ||
exec $PATH/bin/shipper --base-path="${DF_INSTALL_DIR:-/}" --truncate-size=$TRUNCATE_SIZE --routes=$PATH/routes.yaml --batch-size=$BATCH_SIZE |
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
Submodule golang_deepfence_sdk
updated
16 files