You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, how should I provide true or false to the --allbugs flag? In previous versions I've used --allbugs="true" but now I have an error error: unknown option '--allbugs=true' and likewise when I try --allbugs=true I get error: unknown option '--allbugs=true'.
sonar-report --help shows:
--allbugs flag to indicate if the report should contain all bugs, not only vulnerabilities. (default: false)
--fix-missing-rule Extract rules without filtering on type (even if allbugs=false). Not useful if allbugs=true. (default: false)
So I'm not sure.
Thanks, Matt
The text was updated successfully, but these errors were encountered:
Hello, how should I provide true or false to the --allbugs flag? In previous versions I've used
--allbugs="true"
but now I have an errorerror: unknown option '--allbugs=true'
and likewise when I try--allbugs=true
I geterror: unknown option '--allbugs=true'
.sonar-report --help
shows:So I'm not sure.
Thanks, Matt
The text was updated successfully, but these errors were encountered: