Why is my build failing with untracked files after the GitLab v18.1.0 upgrade?
Date Published: June 5, 2026
The GitLab v18.1.0 upgrade adds two untracked files, gl-sast-report.json and gl-secret-detection-report.json . These files can cause Create artifact jobs to fail, especially in the Deploy Drupal stage.
If you use Acquia's standard or node template, no action is needed.
If you use a custom template, update it to remove these files during the job.
Solution
To resolve this issue:
Update your template to remove the SAST and secret detection report files.
Verify no untracked files remain in the job environment.
Test your pipeline to confirm job success.