diff --git a/Jenkinsfile b/Jenkinsfile index 013e542e8a9edaf17d10fda97f3e1f9940ca360d..2914ec823e5f75f49f5bb99784ad6bcafeffa63f 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