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(operator): Allow configuring scanners #224

Merged
merged 1 commit into from Oct 23, 2020

Conversation

danielpacak
Copy link
Contributor

Resolves: #212

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

@codecov
Copy link

codecov bot commented Oct 23, 2020

Codecov Report

Merging #224 into master will increase coverage by 0.64%.
The diff coverage is 81.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
+ Coverage   35.60%   36.25%   +0.64%     
==========================================
  Files          38       38              
  Lines        1848     1851       +3     
==========================================
+ Hits          658      671      +13     
+ Misses       1079     1069      -10     
  Partials      111      111              
Impacted Files Coverage Δ
pkg/cmd/config.go 18.91% <0.00%> (ø)
pkg/ext/id_generator.go 100.00% <ø> (ø)
pkg/find/vulnerabilities/trivy/scanner.go 0.00% <ø> (ø)
pkg/kube/runnable_job.go 77.14% <ø> (ø)
pkg/operator/etc/config.go 72.72% <ø> (+3.16%) ⬆️
pkg/cmd/cleanup.go 62.50% <50.00%> (ø)
pkg/cmd/init.go 76.92% <62.50%> (-1.65%) ⬇️
pkg/kube/cr_manager.go 50.34% <83.33%> (-0.94%) ⬇️
pkg/cmd/find_vulnerabilities.go 68.96% <100.00%> (ø)
pkg/cmd/kube_bench.go 53.65% <100.00%> (ø)
... and 2 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 cf4be11...1be0998. Read the comment docs.

Resolves: #212

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
@danielpacak danielpacak force-pushed the issue/212/allow_configuring_scanners branch from 8c8883d to 1be0998 Compare October 23, 2020 12:15
@danielpacak danielpacak merged commit e39d36a into master Oct 23, 2020
@danielpacak danielpacak deleted the issue/212/allow_configuring_scanners branch October 23, 2020 12:29
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] Allow configuring scanners
1 participant