From 778bca3ed3e6b4261a4966696839dc1a6f4923e8 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Wed, 21 Jun 2023 19:21:16 -0700 Subject: [PATCH] Working with results based on counts --- doc/readme.in | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/doc/readme.in b/doc/readme.in index ce51130..510122f 100644 --- a/doc/readme.in +++ b/doc/readme.in @@ -909,11 +909,20 @@ git checkout 203343df - cpp-security-and-quality.qls, 167 queries - cpp-lgtm-full.qls, 169 queries -*** Check result counts - - Lots of result (> 5000) -> cli review via compiler-style dump. - - Medium result sets (~ 2000) (sarif review plugin, can only load 5000 - results) - - Few results (sarif review plugin, can only load 5000 results) +*** Working with results based on counts + - Lots of result (> 5000) + + Use the [[*sarif-cli][sarif-cli]], e.g., =sarif-results-summary -r d548189.sarif=, as above. + + - 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 ** Compare results. *** sarif-cli using compiler-style dump