Working with results based on counts

This commit is contained in:
Michael Hohn
2023-06-21 19:21:16 -07:00
committed by =Michael Hohn
parent abece44924
commit 778bca3ed3

View File

@@ -909,11 +909,20 @@ git checkout 203343df
- cpp-security-and-quality.qls, 167 queries - cpp-security-and-quality.qls, 167 queries
- cpp-lgtm-full.qls, 169 queries - cpp-lgtm-full.qls, 169 queries
*** Check result counts *** Working with results based on counts
- Lots of result (> 5000) -> cli review via compiler-style dump. - Lots of result (> 5000)
- Medium result sets (~ 2000) (sarif review plugin, can only load 5000
results) Use the [[*sarif-cli][sarif-cli]], e.g., =sarif-results-summary -r d548189.sarif=, as above.
- Few results (sarif review plugin, can only load 5000 results)
- Medium result sets (~ 2000 results)
Use the [[*sarif-cli][sarif-cli]] or try the [[*SARIF viewer plugin][SARIF viewer plugin]].
- Few results
Use the [[*SARIF viewer plugin][SARIF viewer plugin]] for detailed review and working with the results
/ queries. Use the [[*sarif-cli][sarif-cli]] for quick command-line comparison.
*** Expand query *** Expand query
** Compare results. ** Compare results.
*** sarif-cli using compiler-style dump *** sarif-cli using compiler-style dump