secret_detection
Passed Started
by
@jerasmus

Jacques Erasmus
1Running with gitlab-runner 14.10.0~beta.50.g1f2fe53e (1f2fe53e)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/security-products/secrets:3 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/security-products/secrets:3 ...9Using docker image sha256:3fd2f51674556dbf24b2dc8468c0725bfbd63bfdb97e6a97e5d486489c2b48d8 for registry.gitlab.com/security-products/secrets:3 with digest registry.gitlab.com/security-products/secrets@sha256:ca0c714bbd1a07a7014beb8f4fc4aa3a1479d262dd21fc33b8948cfdc0f4bc5d ...11Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1651131305-c3e4493e...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 50...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 289096, done. 18remote: Counting objects: 100% (289096/289096), done. 19remote: Compressing objects: 100% (143992/143992), done. 20remote: Total 289096 (delta 185724), reused 220298 (delta 137184), pack-reused 0 21Receiving objects: 100% (289096/289096), 162.90 MiB | 31.52 MiB/s, done.22Resolving deltas: 100% (185724/185724), done.24 * [new ref] refs/pipelines/526772223 -> refs/pipelines/52677222325 * [new branch] master -> origin/master26Checking out d5ce7ff4 as master...27Skipping Git submodules setup29Using docker image sha256:3fd2f51674556dbf24b2dc8468c0725bfbd63bfdb97e6a97e5d486489c2b48d8 for registry.gitlab.com/security-products/secrets:3 with digest registry.gitlab.com/security-products/secrets@sha256:ca0c714bbd1a07a7014beb8f4fc4aa3a1479d262dd21fc33b8948cfdc0f4bc5d ...30$ if [ -n "$CI_COMMIT_TAG" ]; then echo "Skipping Secret Detection for tags. No code changes have occurred."; exit 0; fi31$ if [ "$SECRET_DETECTION_HISTORIC_SCAN" == "true" ]; then echo "Running Secret Detection Historic Scan"; /analyzer run; exit; fi32$ if [ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]; then echo "Running Secret Detection on default branch."; /analyzer run; exit; fi33Running Secret Detection on default branch.34[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ GitLab secrets analyzer v3.27.035[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ Detecting project36[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ Found relevant files in project, analyzing entire repository37[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ Running analyzer38[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ 39[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ ○40[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ │╲41[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ │ ○42[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ ○ ░43[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ ░ gitleaks 44[INFO] [secrets] [2022-04-28T09:05:39Z] ▶ 45[INFO] [secrets] [2022-04-28T09:15:57Z] ▶ 9:15AM INF scan completed in 10m17.821996545s46[INFO] [secrets] [2022-04-28T09:15:57Z] ▶ 9:15AM WRN leaks found: 15047[INFO] [secrets] [2022-04-28T09:15:57Z] ▶ Creating report49Uploading artifacts...50gl-secret-detection-report.json: found 1 matching files and directories 51WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2388875279/artifacts?artifact_format=zip&artifact_type=archive&expire_in=1+week new-url=https://gitlab.com52WARNING: Retrying... context=artifacts-uploader error=request redirected53Uploading artifacts as "archive" to coordinator... 201 Created id=2388875279 responseStatus=201 Created token=dyYkLihb54Uploading artifacts...55gl-secret-detection-report.json: found 1 matching files and directories 56WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2388875279/artifacts?artifact_format=raw&artifact_type=secret_detection&expire_in=1+week new-url=https://gitlab.com57WARNING: Retrying... context=artifacts-uploader error=request redirected58Uploading artifacts as "secret_detection" to coordinator... 201 Created id=2388875279 responseStatus=201 Created token=dyYkLihb60Job succeeded