From ab8127a551147f8086e29c2f0e32e98e32179253 Mon Sep 17 00:00:00 2001 From: "thomas.shepherd" Date: Fri, 7 May 2021 17:00:09 +0000 Subject: [PATCH] Update trufflehog-config.yaml --- trufflehog-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trufflehog-config.yaml b/trufflehog-config.yaml index e6d6d68..a5d0385 100644 --- a/trufflehog-config.yaml +++ b/trufflehog-config.yaml @@ -2,7 +2,7 @@ skip_strings: # These are the false positives we want to ignore # will only be skipped in corresponding files scripts/docker-shared-components/bitbucket-pipelines.yml: - - "8976df740a9ad224b4c05a688bcf868584bd63b0" + - "x-token-auth:${ACCESS_TOKEN}@bitbucket.org" # The config file must be skipped by truffleHog skip_paths: - trufflehog-config.yaml -- GitLab