From 578c361e29577b7d1d17b05cf24e32dbe6c14eae Mon Sep 17 00:00:00 2001 From: "thomas.shepherd" Date: Fri, 7 May 2021 16:54:21 +0000 Subject: [PATCH] Update trufflehog-config.yaml --- trufflehog-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trufflehog-config.yaml b/trufflehog-config.yaml index 8540135..e6d6d68 100644 --- a/trufflehog-config.yaml +++ b/trufflehog-config.yaml @@ -1,8 +1,8 @@ skip_strings: # These are the false positives we want to ignore # will only be skipped in corresponding files - Dockerfile: - - "bitbucket-pipelines.yml" + scripts/docker-shared-components/bitbucket-pipelines.yml: + - "8976df740a9ad224b4c05a688bcf868584bd63b0" # The config file must be skipped by truffleHog skip_paths: - trufflehog-config.yaml -- GitLab