Skip to content

Commit

Permalink
Allow comparison of two report directories
Browse files Browse the repository at this point in the history
* It is possible to compare two report directory.
* Handle cases when basename is a report directory and newname
is a remote run.
* Filter the results of local comparison.
* Test cases for local comparison.
  • Loading branch information
csordasmarton committed Jul 11, 2018
1 parent 90d889c commit b139ca6
Show file tree
Hide file tree
Showing 6 changed files with 502 additions and 230 deletions.
17 changes: 13 additions & 4 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1400,13 +1400,20 @@ Results can be filtered by using separate filter options of `results`, `diff`,
~~~~~~~~~~~~~~~~~~~~~
filter arguments:
--review-status [REVIEW_STATUS [REVIEW_STATUS ...]]
Filter results by review statuses.
Filter results by review statuses. This can be used
only if basename or newname is a run name (on the
remote server). (default: ['unreviewed', 'confirmed'])
--detection-status [DETECTION_STATUS [DETECTION_STATUS ...]]
Filter results by detection statuses.
Filter results by detection statuses. This can be used
only if basename or newname is a run name (on the
remote server). (default: ['new', 'reopened',
'unresolved'])
--severity [SEVERITY [SEVERITY ...]]
Filter results by severities.
--tag [TAG [TAG ...]]
Filter results by version tag names.
Filter results by version tag names. This can be used
only if basename or newname is a run name (on the
remote server).
--file [FILE_PATH [FILE_PATH ...]]
Filter results by file path. The file path can contain
multiple * quantifiers which matches any number of
Expand All @@ -1422,7 +1429,9 @@ filter arguments:
can contain multiple * quantifiers which matches any
number of characters (zero or more).
--component [COMPONENT [COMPONENT ...]]
Filter results by source components.
Filter results by source components. This can be used
only if basename or newname is a run name (on the
remote server).
-s, --suppressed DEPRECATED. Use the '--filter' option to get false
positive (suppressed) results. Show only suppressed
results instead of only unsuppressed ones.
Expand Down
Loading

0 comments on commit b139ca6

Please sign in to comment.