aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.73k stars 584 forks source link

Bug Fix: Pyinstaller prettytable error #419

Closed danielsagi closed 3 years ago

danielsagi commented 3 years ago

Description

As described in issue #418 pyinstaller failed to correctly import prettytable Because this turns out to happen a lot lately, In addition to a fix to the prettytable import, this PR adds pyinstaller_hooks folder, Which in the future will contain other specific problematic packages import fixes.

Fixed Issues

fixes #418

Contribution checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #419 (946faac) into master (b9e0ef3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #419   +/-   ##
=======================================
  Coverage   63.62%   63.62%           
=======================================
  Files          42       42           
  Lines        2287     2287           
=======================================
  Hits         1455     1455           
  Misses        832      832           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b9e0ef3...946faac. Read the comment docs.