diff --git a/ci/plugins/cloudtest/hooks/command b/ci/plugins/cloudtest/hooks/command index 4881e0b09d365..292683d471255 100644 --- a/ci/plugins/cloudtest/hooks/command +++ b/ci/plugins/cloudtest/hooks/command @@ -162,7 +162,7 @@ cleanup() { mapfile -t artifacts < <(printf "run.log\nkubectl-get-logs.log\nkubectl-get-logs-previous.log\nkubectl-get-events.log\nkubectl-get-all.log\nkubectl-describe-all.log\nkubectl-pods-with-nodes.log\nkubectl-get-events-kube-system.log\nkubectl-get-all-kube-system.log\nkubectl-describe-all-kube-system.log\njournalctl-merge.log\nkail-output.log\n"; find . -name 'junit_*.xml') { - bin/ci-builder run stable trufflehog --no-update --no-verification --filter-entropy 5.0 --json --exclude-detectors=coda,dockerhub,box,npmtoken,github,snykkey,eightxeight,sumologickey,miro,fmfw,logzio,qase,cannyio,uplead,tatumio filesystem "${artifacts[@]}" | trufflehog_jq_filter_logs > trufflehog.log + bin/ci-builder run stable trufflehog --no-update --no-verification --filter-entropy 5.0 --json --exclude-detectors=coda,dockerhub,box,npmtoken,github,snykkey,eightxeight,sumologickey,miro,fmfw,logzio,qase,cannyio,uplead,tatumio,azure filesystem "${artifacts[@]}" | trufflehog_jq_filter_logs > trufflehog.log } & artifacts_str=$(IFS=";"; echo "${artifacts[*]}") diff --git a/ci/plugins/mzcompose/hooks/command b/ci/plugins/mzcompose/hooks/command index b53c0e11a88e7..1db95f3140840 100644 --- a/ci/plugins/mzcompose/hooks/command +++ b/ci/plugins/mzcompose/hooks/command @@ -225,7 +225,7 @@ cleanup() { else ci_unimportant_heading "Running trufflehog to scan artifacts for secrets & uploading artifacts" { - bin/ci-builder run "$builder" trufflehog --no-update --no-verification --filter-entropy 5.0 --json --exclude-detectors=coda,dockerhub,box,npmtoken,github,snykkey,eightxeight,sumologickey,miro,fmfw,logzio,qase,cannyio,uplead,tatumio filesystem "${artifacts[@]}" | trufflehog_jq_filter_logs > trufflehog.log + bin/ci-builder run "$builder" trufflehog --no-update --no-verification --filter-entropy 5.0 --json --exclude-detectors=coda,dockerhub,box,npmtoken,github,snykkey,eightxeight,sumologickey,miro,fmfw,logzio,qase,cannyio,uplead,tatumio,azure filesystem "${artifacts[@]}" | trufflehog_jq_filter_logs > trufflehog.log } & fi