Skip to content

Secrets detection hangs

As of about 9 hours ago, all my builds in CI are hanging during secrets detection.Screenshot_2025-10-05_114057

This is happening using gitlab-ci.yml files that have not changed at all for weeks. I am using the following settings:

variables DOCKER_DRIVER: overlay2 SAST_EXCLUDED_ANALYZERS: "semgrep,spotbugs,flawfinder,bandit,nodejs" SAST_EXCLUDED_PATHS: resources,docker,tf,thunder-tests,bundle.*.js SECURE_LOG_LEVEL: error

include:

  • template: Security/SAST.gitlab-ci.yml
  • template: Security/Secret-Detection.gitlab-ci.yml
Edited by 🤖 GitLab Bot 🤖