aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.7k stars 581 forks source link

Optimize images #389

Closed JeffResc closed 3 years ago

JeffResc commented 3 years ago

Description

This pull request optimizes the images found in the repository using lossless compression. This means that the image quality will not be degraded. This will mean less space taken up by images along with faster loading times when viewing them. The overall file size has been reduced by around 24%.

Contribution Guidelines

Please Read through the Contribution Guidelines.

Fixed Issues

Please mention any issues fixed in the PR by referencing it properly in the commit message. As per the convention, use appropriate keywords such as fixes, closes, resolves to automatically refer the issue. Please consult official github documentation for details.

Fixes N/A

"BEFORE" and "AFTER" output

To verify that the change works as desired, please include an output of terminal before and after the changes under headings "BEFORE" and "AFTER".

BEFORE

N/A Does not affect terminal output.

AFTER

N/A Does not affect terminal output.

Contribution checklist

Notes

N/A

codecov[bot] commented 3 years ago

Codecov Report

Merging #389 into master will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #389      +/-   ##
==========================================
- Coverage   62.77%   62.73%   -0.05%     
==========================================
  Files          42       42              
  Lines        2281     2281              
==========================================
- Hits         1432     1431       -1     
- Misses        849      850       +1     
Impacted Files Coverage Δ
kube_hunter/core/events/handler.py 90.09% <0.00%> (-1.00%) :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 3950a1c...239a15f. Read the comment docs.

danielsagi commented 3 years ago

Nice! Thanks for your contribution :)