Skip to content

Commit 3d9ba93

Browse files
committed
ci: Another trufflehog exclude
1 parent 6c50c23 commit 3d9ba93

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

ci/plugins/cloudtest/hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ cleanup() {
162162
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')
163163

164164
{
165-
bin/ci-builder run stable trufflehog --no-update --no-verification --json --exclude-detectors=coda,dockerhub,box,npmtoken,github,snykkey,eightxeight,sumologickey,miro,fmfw,logzio,qase,cannyio filesystem "${artifacts[@]}" | trufflehog_jq_filter_logs > trufflehog.log
165+
bin/ci-builder run stable trufflehog --no-update --no-verification --json --exclude-detectors=coda,dockerhub,box,npmtoken,github,snykkey,eightxeight,sumologickey,miro,fmfw,logzio,qase,cannyio,uplead filesystem "${artifacts[@]}" | trufflehog_jq_filter_logs > trufflehog.log
166166
} &
167167
artifacts_str=$(IFS=";"; echo "${artifacts[*]}")
168168

ci/plugins/mzcompose/hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ cleanup() {
176176

177177
echo "--- Running trufflehog to scan artifacts for secrets & uploading artifacts"
178178
{
179-
bin/ci-builder run "$builder" trufflehog --no-update --no-verification --json --exclude-detectors=coda,dockerhub,box,npmtoken,github,snykkey,eightxeight,sumologickey,miro,fmfw,logzio,qase,cannyio filesystem "${artifacts[@]}" | trufflehog_jq_filter_logs > trufflehog.log
179+
bin/ci-builder run "$builder" trufflehog --no-update --no-verification --json --exclude-detectors=coda,dockerhub,box,npmtoken,github,snykkey,eightxeight,sumologickey,miro,fmfw,logzio,qase,cannyio,uplead filesystem "${artifacts[@]}" | trufflehog_jq_filter_logs > trufflehog.log
180180
} &
181181

182182
unset CI_EXTRA_ARGS # We don't want extra args for the annotation

src/fivetran-destination/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
// the Business Source License, use of this software will be governed
88
// by the Apache License, Version 2.0.
99

10-
#![allow(dead_code)]
11-
1210
mod crypto;
1311
mod destination;
1412
mod error;

0 commit comments

Comments
 (0)