diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60880514a97c759997bf1023a715a8b157498544..21d772da4a85c1b5adcb852de65464d5e011b65b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -245,26 +245,6 @@ scan-metadata-service:
     reports:
       container_scanning: ./.trivy/trivy-metadata-service-report.json
 
-scan-proxy:
-  stage: scan-docker
-  needs:
-    - build-docker
-  only:
-    refs:
-      - dev
-      - master
-  allow_failure: true
-  script:
-    - make scan-proxy
-  cache:
-    paths:
-      - .trivycache/
-  artifacts:
-    when: always
-    expire_in: 1 days
-    reports:
-      container_scanning: ./.trivy/trivy-proxy-report.json
-
 scan-search-db:
   stage: scan-docker
   needs: