From 4aec473d3dee8aedc82f4a7937663923a2d5108c Mon Sep 17 00:00:00 2001
From: Bastian Heppener <bastian.heppener@external.mgm-cp.com>
Date: Wed, 5 Feb 2025 12:01:40 +0000
Subject: [PATCH] ozg-7492 fix cyclonedx call

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1ab5ef8..b4daa99 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -173,7 +173,7 @@ pipeline {
                             go env -w GOFLAGS=-buildvcs=false
                             
                             cyclonedx-gomod version
-                            cyclonedx-gomod app -main cmd/antragsraum-proxy/ -output sbom.xml
+                            cyclonedx-gomod app -main cmd/info-manager-proxy/ -output sbom.xml
                             '''
 
                         dependencyTrackPublisher artifact: 'sbom.xml', projectName: 'info-manager-proxy', projectVersion: env.BRANCH_NAME, synchronous: true
-- 
GitLab