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): Make get vulnerabilityreports command compatible with kubectl get #766

Merged
merged 1 commit into from
Oct 21, 2021
Merged

Conversation

danielpacak
Copy link
Contributor

Resolves: #737

Signed-off-by: Daniel Pacak [email protected]

@codecov
Copy link

codecov bot commented Oct 21, 2021

Codecov Report

Merging #766 (a253af3) into main (f612cbf) will increase coverage by 0.00%.
The diff coverage is 59.45%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #766   +/-   ##
=======================================
  Coverage   65.63%   65.63%           
=======================================
  Files          58       58           
  Lines        6305     6332   +27     
=======================================
+ Hits         4138     4156   +18     
- Misses       1754     1758    +4     
- Partials      413      418    +5     
Impacted Files Coverage Δ
pkg/cmd/get_vulnerabilityreports.go 60.63% <58.33%> (+2.42%) ⬆️
pkg/cmd/get.go 100.00% <100.00%> (ø)
pkg/operator/controller/ciskubebenchreport.go 58.54% <0.00%> (-3.00%) ⬇️
pkg/operator/controller/vulnerabilityreport.go 64.19% <0.00%> (-1.86%) ⬇️
pkg/operator/controller/configauditreport.go 71.17% <0.00%> (+3.90%) ⬆️

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 f612cbf...a253af3. Read the comment docs.

@danielpacak danielpacak merged commit 9c25045 into aquasecurity:main Oct 21, 2021
@danielpacak danielpacak deleted the issue_737 branch October 21, 2021 13:51
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] Modify starboard get vulnerabilityreports command to be compatible with kubectl get vulnerabilityreports
1 participant