diff --git a/sdk/templates/ci_dev.gitlab-ci.yml b/sdk/templates/ci_dev.gitlab-ci.yml index 124345690e52fbb9be6eb8e315bf642a5e7178f6..5af34fd1d220ea47f3905df930c19047ecaabbc0 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 2d41adf109e9de07d03db4d5186088e9b4f649b3..d3c5e56cd6b0bce7f92d54f806ca39cdce95a0d1 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