aquasecurity / kube-hunter

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

Fix all of github action workflows #481

Closed danielsagi closed 2 years ago

danielsagi commented 2 years ago

Description

Made some changes to the workflows.

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 #481 (d50f78c) into main (473e4fe) will increase coverage by 0.99%. The diff coverage is 87.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #481      +/-   ##
==========================================
+ Coverage   63.67%   64.66%   +0.99%     
==========================================
  Files          43       46       +3     
  Lines        2431     2502      +71     
==========================================
+ Hits         1548     1618      +70     
- Misses        883      884       +1     
Impacted Files Coverage Δ
kube_hunter/modules/hunting/cves.py 78.09% <ø> (ø)
kube_hunter/modules/hunting/etcd.py 33.75% <ø> (ø)
kube_hunter/modules/hunting/kubelet.py 60.40% <ø> (ø)
kube_hunter/modules/hunting/proxy.py 48.43% <ø> (ø)
kube_hunter/modules/report/base.py 30.30% <ø> (ø)
kube_hunter/modules/report/plain.py 12.50% <0.00%> (ø)
kube_hunter/core/types/hunters.py 65.21% <65.21%> (ø)
kube_hunter/modules/hunting/apiserver.py 72.34% <71.42%> (+1.92%) :arrow_up:
kube_hunter/core/events/types.py 82.81% <80.00%> (-0.39%) :arrow_down:
kube_hunter/core/types/vulnerabilities.py 93.67% <93.67%> (ø)
... and 13 more

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 83b19d4...d50f78c. Read the comment docs.