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

added keys to GetOptions function struct #936

Merged
merged 1 commit into from Oct 13, 2022

Conversation

PrimalPimmy
Copy link
Member

Options in the install packages has new Fields. kartutil is linked to an older install package so it works with the less number of fields. But when you import it to kubearmor-client, client is bound with updated install package so it fails to build when importing the tests package.

This fixes it by putting the keys.

Signed-off-by: PrimalPimmy <Prashant20.pm@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2022

Codecov Report

Merging #936 (0c191a9) into main (e289bbc) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #936      +/-   ##
==========================================
- Coverage   39.03%   39.02%   -0.02%     
==========================================
  Files          31       31              
  Lines        9838     9838              
==========================================
- Hits         3840     3839       -1     
- Misses       5489     5491       +2     
+ Partials      509      508       -1     
Impacted Files Coverage Δ
KubeArmor/monitor/logUpdate.go 66.01% <0.00%> (-3.63%) ⬇️
KubeArmor/core/containerdHandler.go 57.67% <0.00%> (+4.49%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@daemon1024 daemon1024 merged commit c6fac32 into kubearmor:main Oct 13, 2022
@PrimalPimmy PrimalPimmy deleted the kins branch October 13, 2022 13:15
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.

None yet

3 participants