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(trivy): add Linux nodeAffinity to scan job in ClientServer mode #769

Merged
merged 1 commit into from
Oct 22, 2021
Merged

fix(trivy): add Linux nodeAffinity to scan job in ClientServer mode #769

merged 1 commit into from
Oct 22, 2021

Conversation

danielpacak
Copy link
Contributor

Resolves: #749

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

Resolves: #749

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
@codecov
Copy link

codecov bot commented Oct 22, 2021

Codecov Report

Merging #769 (3874094) into main (76ec5d9) will decrease coverage by 0.42%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #769      +/-   ##
==========================================
- Coverage   66.21%   65.79%   -0.43%     
==========================================
  Files          58       58              
  Lines        6335     6336       +1     
==========================================
- Hits         4195     4169      -26     
- Misses       1727     1749      +22     
- Partials      413      418       +5     
Impacted Files Coverage Δ
pkg/plugin/trivy/plugin.go 82.74% <100.00%> (+0.02%) ⬆️
pkg/operator/controller/vulnerabilityreport.go 64.19% <0.00%> (-4.63%) ⬇️
pkg/operator/controller/ciskubebenchreport.go 55.98% <0.00%> (-2.57%) ⬇️
pkg/operator/controller/configauditreport.go 68.76% <0.00%> (-1.81%) ⬇️

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 76ec5d9...3874094. Read the comment docs.

@danielpacak danielpacak merged commit c1c93d7 into aquasecurity:main Oct 22, 2021
@danielpacak danielpacak deleted the fix/issue_749 branch October 22, 2021 20:38
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.

Add nodeSelector for Scan Jobs
1 participant