From 7fbe49166b2cb28ff7ac73684be624a4f19bbf6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Sanz=20L=C3=B3pez?= Date: Mon, 23 Feb 2026 16:27:37 +0100 Subject: [PATCH] add command for new version of trufflehog --- sdk/templates/ci_dev.gitlab-ci.yml | 2 +- sdk/templates/ci_staging.gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/templates/ci_dev.gitlab-ci.yml b/sdk/templates/ci_dev.gitlab-ci.yml index 1243456..5af34fd 100644 --- a/sdk/templates/ci_dev.gitlab-ci.yml +++ b/sdk/templates/ci_dev.gitlab-ci.yml @@ -26,7 +26,7 @@ dev_secrets_in_repo: - | pip install trufflehog cd ../ - trufflehog sdk --exclude_paths sdk/cicd/exclusions --max_depth=5 + trufflehog filesystem sdk --exclude-paths sdk/cicd/exclusions --max-depth 5 <<: *dev_common # define the process to do linting code: ruff diff --git a/sdk/templates/ci_staging.gitlab-ci.yml b/sdk/templates/ci_staging.gitlab-ci.yml index 2d41adf..d3c5e56 100644 --- a/sdk/templates/ci_staging.gitlab-ci.yml +++ b/sdk/templates/ci_staging.gitlab-ci.yml @@ -35,7 +35,7 @@ staging_secrets_in_repo: - | pip install trufflehog cd ../ - trufflehog capif --exclude_paths capif/cicd/exclusions --max_depth=5 + trufflehog filesystem capif --exclude-paths capif/cicd/exclusions --max-depth 5 <<: *staging_common # define the process to do linting code: ruff -- GitLab