From 03e80c696b603842d6b27cb7680d3ebc9c42483d Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz Date: Thu, 22 Apr 2021 13:34:04 +0000 Subject: [PATCH] Add new 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