From 5fa09df5f469d5070c53ab7e69f7667385c3b4c1 Mon Sep 17 00:00:00 2001 From: David Freeman Date: Fri, 23 Apr 2021 19:46:53 +0000 Subject: [PATCH] add trufflehog config 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..7a462a0 --- /dev/null +++ b/trufflehog-config.yaml @@ -0,0 +1,6 @@ +skip_strings: + # will only be skipped in corresponding files + config.toml: + - '# sentry_dsn = "https://:@sentry.io/"' +skip_paths: + - trufflehog-config.yaml -- GitLab