diff --git a/.gitlab/ci/reports.gitlab-ci.yml b/.gitlab/ci/reports.gitlab-ci.yml
index fb2a83bb321db14507850e4b214dc4a665e94a6e..7520a47a0bba5d3ad2972d3d5137210bab405d53 100644
--- a/.gitlab/ci/reports.gitlab-ci.yml
+++ b/.gitlab/ci/reports.gitlab-ci.yml
@@ -83,6 +83,9 @@ secret_detection:
       - gl-dependency-scanning-report.json  # GitLab-specific
     access: 'developer'
     expire_in: 1 week  # GitLab-specific
+  after_script:
+    # Remove sboms in test fixtures so that they are not ingested and scanned.
+    - find spec ee/spec qa -path '**/fixtures/**/gl-sbom*.cdx.json' -delete
 
 gemnasium-dependency_scanning:
   variables: