Loading sdk/templates/ci_dev.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading sdk/templates/ci_staging.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
sdk/templates/ci_dev.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
sdk/templates/ci_staging.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading