Skip to content

Commit

Permalink
Use the term "findings"
Browse files Browse the repository at this point in the history
... instead of "defects" in the downstream patches reports.

Related: openscanhub/openscanhub#297

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
  • Loading branch information
siteshwar authored and kdudka committed Sep 20, 2024
1 parent 57add2e commit 8647cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/csmock
Original file line number Diff line number Diff line change
Expand Up @@ -1332,13 +1332,13 @@ def do_diff_scan(props, output, diff_patches):
# we are looking for defects in patches
assert not props.skip_patches
run0_props.skip_patches = True
title = "%s - Defects in Patches" % props.nvr
title = "%s - Findings in Patches" % props.nvr
else:
# this is a version-diff-build
run0_props.srpm = run0_props.base_srpm
run0_props.mock_profile = run0_props.base_mock_profile
csdiff += " --ignore-path"
title = "%s - Defects not detected in %s" % (props.nvr, props.base_srpm)
title = "%s - Findings not detected in %s" % (props.nvr, props.base_srpm)

run0 = "%s/run0" % results.resdir
ec = do_scan(run0_props, run0)
Expand Down

0 comments on commit 8647cd1

Please sign in to comment.