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

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 013e542..2914ec8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -198,7 +198,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/fachstellen-proxy/ -output sbom.xml
                             '''
 
                         dependencyTrackPublisher artifact: 'sbom.xml', projectName: 'fachstellen-proxy', projectVersion: env.BRANCH_NAME, synchronous: true
-- 
GitLab