Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): Show top 5 failed workload configuration checks in html report for namespace #462

Merged
merged 2 commits into from
Mar 29, 2021

Conversation

xyoxo
Copy link
Contributor

@xyoxo xyoxo commented Mar 25, 2021

Sample output:
config

Resolves #410

@codecov
Copy link

codecov bot commented Mar 25, 2021

Codecov Report

Merging #462 (239189f) into main (98d5ad2) will decrease coverage by 0.27%.
The diff coverage is 35.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #462      +/-   ##
==========================================
- Coverage   69.17%   68.90%   -0.28%     
==========================================
  Files          57       58       +1     
  Lines        3478     3537      +59     
==========================================
+ Hits         2406     2437      +31     
- Misses        788      821      +33     
+ Partials      284      279       -5     
Impacted Files Coverage Δ
pkg/report/html.go 0.00% <0.00%> (ø)
pkg/report/sort.go 100.00% <100.00%> (ø)
pkg/operator/controller/configauditreport.go 66.19% <0.00%> (-0.48%) ⬇️
pkg/operator/controller/ciskubebenchreport.go 67.39% <0.00%> (+5.97%) ⬆️

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 98d5ad2...239189f. Read the comment docs.

@danielpacak danielpacak self-requested a review March 26, 2021 13:23
Copy link
Contributor

@danielpacak danielpacak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@danielpacak danielpacak merged commit 55b37f7 into aquasecurity:main Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[cli] HTML report for namespace - top 5 failed workload configuration checks
2 participants