X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=anteater%2Fsrc%2Fproject_scan.py;h=3a04a8359b60c3917411551762122f42f192b42a;hb=8365245c9dc2f8e2ff2adf8aa84162e420747132;hp=9bb35390e6e83c9ce2436d42f8a838bc2d4ce282;hpb=6a5d426b8244eeb4a4bf0556b9cc0a8a4fee95ed;p=releng-anteater.git diff --git a/anteater/src/project_scan.py b/anteater/src/project_scan.py index 9bb3539..3a04a83 100644 --- a/anteater/src/project_scan.py +++ b/anteater/src/project_scan.py @@ -111,6 +111,9 @@ def scan_file(project_dir, project, binary_list, file_audit_list, "a") as gate_report: gate_report.write('Non Whitelisted Binary: {0}\n'. format(full_path)) + gate_report.write( + 'Submit patch with the following hash: {0}\n'. + format(hasher.hexdigest())) else: if not items.endswith(tuple(file_ignore)):