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

fix: cannot create vulnerability report because name is too long #773

Merged
merged 1 commit into from
Oct 26, 2021
Merged

fix: cannot create vulnerability report because name is too long #773

merged 1 commit into from
Oct 26, 2021

Conversation

danielpacak
Copy link
Contributor

Resolves: #288

Signed-off-by: Daniel Pacak pacak.daniel@gmail.com

@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #773 (68dba5d) into main (0f2c686) will decrease coverage by 19.69%.
The diff coverage is 48.68%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #773       +/-   ##
===========================================
- Coverage   65.57%   45.87%   -19.70%     
===========================================
  Files          58       41       -17     
  Lines        6448     5280     -1168     
===========================================
- Hits         4228     2422     -1806     
- Misses       1789     2709      +920     
+ Partials      431      149      -282     
Impacted Files Coverage Δ
pkg/kube/object.go 50.87% <ø> (-9.95%) ⬇️
pkg/operator/controller/configauditreport.go 0.00% <0.00%> (-66.67%) ⬇️
pkg/operator/controller/vulnerabilityreport.go 0.00% <0.00%> (-62.11%) ⬇️
pkg/vulnerabilityreport/builder.go 76.86% <76.47%> (-3.85%) ⬇️
itest/matcher/matcher.go 74.16% <77.77%> (-0.59%) ⬇️
pkg/vulnerabilityreport/io.go 55.17% <100.00%> (-18.17%) ⬇️
pkg/plugin/factory.go 0.00% <0.00%> (-81.14%) ⬇️
pkg/kubehunter/scanner.go 0.00% <0.00%> (-75.72%) ⬇️
pkg/kube/runnable_job.go 0.00% <0.00%> (-63.73%) ⬇️
... and 37 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 0f2c686...68dba5d. Read the comment docs.

@danielpacak danielpacak marked this pull request as ready for review October 26, 2021 08:16
Resolves: #288

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
@danielpacak danielpacak merged commit 418c863 into aquasecurity:main Oct 26, 2021
@danielpacak danielpacak deleted the fix/issue_288 branch October 26, 2021 15:46
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.

[operator] Cannot create vulnerability report because name is too long
1 participant