aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.66k stars 578 forks source link

Changed help message of --num-worker-threads flag #501

Closed danielsagi closed 2 years ago

danielsagi commented 2 years ago

Description

Following #433 added a minor change in the help message of the flag.

Contribution checklist

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov[bot] commented 2 years ago

Codecov Report

Merging #501 (3b7c005) into main (2a70206) will increase coverage by 0.72%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #501      +/-   ##
==========================================
+ Coverage   64.55%   65.28%   +0.72%     
==========================================
  Files          46       44       -2     
  Lines        2531     2457      -74     
==========================================
- Hits         1634     1604      -30     
+ Misses        897      853      -44     
Impacted Files Coverage Δ
kube_hunter/conf/logging.py 100.00% <ø> (ø)
kube_hunter/modules/hunting/__init__.py 100.00% <ø> (ø)
kube_hunter/conf/__init__.py 97.05% <100.00%> (+0.08%) :arrow_up:
kube_hunter/conf/parser.py 81.81% <100.00%> (+0.56%) :arrow_up:
kube_hunter/core/events/handler.py 86.66% <100.00%> (-0.53%) :arrow_down:

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 6c4ad4f...3b7c005. Read the comment docs.