Running with gitlab-runner 15.5.0 (0d4137b8)  on osm3 6MUAF4hG section_start:1700512666:resolve_secrets Resolving secrets section_end:1700512666:resolve_secrets section_start:1700512666:prepare_executor Preparing the "docker" executor Using Docker executor with image registry.gitlab.com/gitlab-org/security-products/analyzers/secrets:3 ... Pulling docker image registry.gitlab.com/gitlab-org/security-products/analyzers/secrets:3 ... Using docker image sha256:f390210539d9224965764b376a06660c481d104f00e0043c7209d8396fe51ef1 for registry.gitlab.com/gitlab-org/security-products/analyzers/secrets:3 with digest registry.gitlab.com/gitlab-org/security-products/analyzers/secrets@sha256:e9f2df058eda3a86987db272fc29aa72b7de95754dda2873e94ddc74c4a3d340 ... section_end:1700512670:prepare_executor section_start:1700512670:prepare_script Preparing environment Running on runner-6muaf4hg-project-75-concurrent-4 via osm3... section_end:1700512672:prepare_script section_start:1700512672:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/gitlab/osm/tests/.git/ Created fresh repository. Checking out 3643d407 as feature11003... Skipping Git submodules setup section_end:1700512674:get_sources section_start:1700512674:step_script Executing "step_script" stage of the job script Using docker image sha256:f390210539d9224965764b376a06660c481d104f00e0043c7209d8396fe51ef1 for registry.gitlab.com/gitlab-org/security-products/analyzers/secrets:3 with digest registry.gitlab.com/gitlab-org/security-products/analyzers/secrets@sha256:e9f2df058eda3a86987db272fc29aa72b7de95754dda2873e94ddc74c4a3d340 ... $ if [[ $CI_COMMIT_TAG ]]; then echo "Skipping Secret Detection for tags. No code changes have occurred."; exit 0; fi $ if [[ $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH ]]; then echo "Running Secret Detection on default branch."; /analyzer run; exit 0; fi $ git fetch origin $CI_DEFAULT_BRANCH $CI_COMMIT_REF_NAME From https://osm.etsi.org/gitlab/osm/tests * branch master -> FETCH_HEAD * branch feature11003 -> FETCH_HEAD * [new branch] master -> origin/master $ git log --left-right --cherry-pick --pretty=format:"%H" refs/remotes/origin/$CI_DEFAULT_BRANCH...refs/remotes/origin/$CI_COMMIT_REF_NAME > "$CI_COMMIT_SHA"_commit_list.txt $ export SECRET_DETECTION_COMMITS_FILE="$CI_COMMIT_SHA"_commit_list.txt $ /analyzer run [INFO] [secrets] [2023-11-20T20:37:55Z] ▶ GitLab secrets analyzer v3.27.1 [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ Detecting project [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ Found relevant files in project, analyzing entire repository [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ Running analyzer [DEBU] [secrets] [2023-11-20T20:37:56Z] ▶ /builds/gitlab/osm/tests/.gitlab/secret-detection-ruleset.toml not found, ruleset support will be disabled. [DEBU] [secrets] [2023-11-20T20:37:56Z] ▶ Running gitleaks command: /usr/local/bin/gitleaks detect --report-path /tmp/gitleaks-1444375076.json --report-format json --source /builds/gitlab/osm/tests --config /gitleaks.toml --exit-code 0 --log-level debug --log-opts 3643d4072775a4412b212daf583823e847b14851^..3643d4072775a4412b212daf583823e847b14851 [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ ○ [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ │╲ [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ │ ○ [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ ○ ░ [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ ░ gitleaks [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ 8:37PM DBG Using gitleaks config /gitleaks.toml from `--config` [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ 8:37PM DBG executing: /usr/bin/git -C /builds/gitlab/osm/tests log -p -U0 3643d4072775a4412b212daf583823e847b14851^..3643d4072775a4412b212daf583823e847b14851 [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ 8:37PM DBG 1 commits scanned. Note: this number might be smaller than expected due to commits with no additions [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ 8:37PM INF scan completed in 61.817131ms [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ 8:37PM INF no leaks found [INFO] [secrets] [2023-11-20T20:37:56Z] ▶ Creating report [DEBU] [secrets] [2023-11-20T20:37:56Z] ▶ /builds/gitlab/osm/tests/.gitlab/secret-detection-ruleset.toml not found, ruleset support will be disabled. [DEBU] [secrets] [2023-11-20T20:37:56Z] ▶ Applying report overrides [DEBU] [secrets] [2023-11-20T20:37:56Z] ▶ /builds/gitlab/osm/tests/.gitlab/secret-detection-ruleset.toml not found, ruleset support will be disabled. [DEBU] [secrets] [2023-11-20T20:37:56Z] ▶ Optimizing JSON Output $ rm "$CI_COMMIT_SHA"_commit_list.txt section_end:1700512676:step_script section_start:1700512676:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... gl-secret-detection-report.json: found 1 matching files and directories Uploading artifacts as "secret_detection" to coordinator... 201 Created id=78960 responseStatus=201 Created token=KzMBjYd9 section_end:1700512678:upload_artifacts_on_success section_start:1700512678:cleanup_file_variables Cleaning up project directory and file based variables section_end:1700512679:cleanup_file_variables Job succeeded