make runSonarqube.sh to work on LTS9.9#196
make runSonarqube.sh to work on LTS9.9#196davewichers merged 2 commits intoOWASP-Benchmark:masterfrom
Conversation
an attempt to handle JQ errors gracefully, pull all issues and hotspots to populate the .json results.
clean up generated files
|
Just in case Tracking this with SonarSource as well on this Thread https://community.sonarsource.com/t/tech-story-takeaways-from-building-a-sast-product-and-why-owasp-benchmark-is-not-enough/15126/4 |
|
@darkspirit510 - Can you test this out and let me know if its ready to merge. I know you were working on another pull request for a similar/same? problem. |
|
@zoobinn I read this article, too (actually, this was one of the sources for my master thesis 😂). @davewichers do you think Benchmark should (visually) distinguish between official contributions and those contributed by volunteers without any connection to the actual reader? About your question: I just ran the script and it worked without any problems. Check your mail for the result file. I did some attempt to make SonarQube run on M1, but I never succeeded, so I did not create any PR. This one can be merged. |
There are lots of contributors to Benchmark, both directly from the vendor and from individuals with access to vendor tools. I have. not distinguished between who contributes. So, no. I'm happy to acknowledge contributors, but haven't distinguished between their 'type'. |
an attempt to handle JQ errors gracefully, pull all issues and hotspots to populate proper .json results.