From 41d01c78044b654215a6d1e91c0b032e06802737 Mon Sep 17 00:00:00 2001 From: David Freeman Date: Wed, 21 Apr 2021 23:36:37 +0000 Subject: [PATCH] Add trufflehog whitelist file --- trufflehog-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 trufflehog-config.yaml diff --git a/trufflehog-config.yaml b/trufflehog-config.yaml new file mode 100644 index 0000000..7176fe0 --- /dev/null +++ b/trufflehog-config.yaml @@ -0,0 +1,6 @@ +skip_strings: + # will only be skipped in corresponding files + rootfs/opt/bitnami/scripts/libairflow.sh: + - 'airflow_conf_set "celery" "broker_url" "redis://${redis_user}:${redis_password}@${REDIS_HOST}:${REDIS_PORT_NUMBER}/1"' +skip_paths: + - trufflehog-config.yaml -- GitLab