Skip to content
Snippets Groups Projects
Commit af84a822 authored by Bastian Heppener's avatar Bastian Heppener
Browse files

ozg-7494 fix cyclonedx call

parent ccdeba1a
No related branches found
No related tags found
1 merge request!1ozg-7494 upload sbom
...@@ -198,7 +198,7 @@ pipeline { ...@@ -198,7 +198,7 @@ pipeline {
go env -w GOFLAGS=-buildvcs=false go env -w GOFLAGS=-buildvcs=false
cyclonedx-gomod version 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 dependencyTrackPublisher artifact: 'sbom.xml', projectName: 'fachstellen-proxy', projectVersion: env.BRANCH_NAME, synchronous: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment