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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug The --use-csub flag is missing from the BuildFlags on the OCI Collector, causing an error when --use-csub=false is set
--use-csub
--use-csub=false
To Reproduce Steps to reproduce the behavior:
make start-service
go run cmd/guacone/main.go collect image --use-csub=false ghcr.io/guacsec/go-multi-test:7ddfb3e035b42cd70649cc33393fe32c
Expected behavior Image should be collected directly when not using csub
GUAC version v0.12.3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The
--use-csub
flag is missing from the BuildFlags on the OCI Collector, causing an error when--use-csub=false
is setTo Reproduce
Steps to reproduce the behavior:
make start-service
go run cmd/guacone/main.go collect image --use-csub=false ghcr.io/guacsec/go-multi-test:7ddfb3e035b42cd70649cc33393fe32c
Expected behavior
Image should be collected directly when not using csub
GUAC version
v0.12.3
The text was updated successfully, but these errors were encountered: