We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to integrate cyclonedx-gomod as-per the docs with goreleaser for my project (https://github.com/jeeftor/license-manager)
I'm running into issue because my code is in
../cmd/license-manager
From the base of the project I can run:
cyclonedx-gomod app -json -output sbom.json -main cmd/license-manager
And it works.
from ./dist
./dist
if I run:
cyclonedx-gomod app -json -output sbom.json -main ../cmd/license-manager
invalid options: main: must be a subpath of "."
invalid options:
Would it be possible to have a --working-directory parameter which I think would solve the issue?
--working-directory
I'm assuming a more standard package layout with a main.go in the root directory wouldn't be an issue.
main.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to integrate cyclonedx-gomod as-per the docs with goreleaser for my project (https://github.com/jeeftor/license-manager)
I'm running into issue because my code is in
../cmd/license-manager
From the base of the project I can run:
And it works.
from
./dist
if I run:
cyclonedx-gomod app -json -output sbom.json -main ../cmd/license-manager
Would it be possible to have a
--working-directory
parameter which I think would solve the issue?I'm assuming a more standard package layout with a
main.go
in the root directory wouldn't be an issue.The text was updated successfully, but these errors were encountered: