diff --git a/Jenkinsfile b/Jenkinsfile index 1ab5ef8b2794fab5874ee0c90afdc56514c56dbf..b4daa9930523ec60f58d2d6c53899de3c1e9413b 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