Loading sdk/templates/ci_staging.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -43,8 +43,8 @@ staging_secrets_in_repo: echo "trufflehog already installed: $(trufflehog --version)" fi cd ../ trufflehog sdk --exclude_paths capif/cicd/exclusions --max_depth=5 # cd ../ trufflehog . --exclude_paths cicd/exclusions --max_depth=5 <<: *staging_common # define the process to do linting code: ruff Loading Loading
sdk/templates/ci_staging.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -43,8 +43,8 @@ staging_secrets_in_repo: echo "trufflehog already installed: $(trufflehog --version)" fi cd ../ trufflehog sdk --exclude_paths capif/cicd/exclusions --max_depth=5 # cd ../ trufflehog . --exclude_paths cicd/exclusions --max_depth=5 <<: *staging_common # define the process to do linting code: ruff Loading