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: compliance support for cli #1039

Merged

Conversation

chen-keinan
Copy link
Contributor

Signed-off-by: chenk hen.keinan@gmail.com
Fixes : #1024

@codecov
Copy link

codecov bot commented Mar 20, 2022

Codecov Report

Merging #1039 (5b5d3ae) into main (60a5611) will decrease coverage by 0.21%.
The diff coverage is 45.94%.

@@            Coverage Diff             @@
##             main    #1039      +/-   ##
==========================================
- Coverage   58.23%   58.01%   -0.22%     
==========================================
  Files          70       71       +1     
  Lines        9108     9247     +139     
==========================================
+ Hits         5304     5365      +61     
- Misses       3286     3341      +55     
- Partials      518      541      +23     
Impacted Files Coverage Δ
pkg/cmd/installer.go 43.00% <33.33%> (-1.76%) ⬇️
pkg/compliance/io.go 91.96% <44.44%> (-1.22%) ⬇️
pkg/cmd/get_clustercompliancereport.go 49.39% <49.39%> (ø)
pkg/cmd/commands.go 57.89% <66.66%> (+1.64%) ⬆️
pkg/cmd/get.go 100.00% <100.00%> (ø)
pkg/compliance/clustercompliancereport.go 42.85% <100.00%> (+2.85%) ⬆️
pkg/operator/controller/ciskubebenchreport.go 50.99% <0.00%> (-5.18%) ⬇️
pkg/operator/controller/vulnerabilityreport.go 57.62% <0.00%> (+3.04%) ⬆️

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 60a5611...5b5d3ae. Read the comment docs.

@chen-keinan chen-keinan force-pushed the feat/compliance-report-cli-support branch 5 times, most recently from d70f1a5 to da73be4 Compare March 20, 2022 15:52
Signed-off-by: chenk <hen.keinan@gmail.com>
@chen-keinan chen-keinan force-pushed the feat/compliance-report-cli-support branch from 3ab192d to 78cc55c Compare March 20, 2022 15:59
@chen-keinan chen-keinan requested a review from danielpacak March 20, 2022 16:00
Signed-off-by: chenk <hen.keinan@gmail.com>
@chen-keinan chen-keinan force-pushed the feat/compliance-report-cli-support branch from d6df26c to 3a7b011 Compare March 20, 2022 21:53
embedded.go Outdated Show resolved Hide resolved
embedded.go Outdated Show resolved Hide resolved
pkg/cmd/get_clustercompliancereport.go Outdated Show resolved Hide resolved
pkg/cmd/get_clustercompliancereport.go Outdated Show resolved Hide resolved
pkg/cmd/get_clustercompliancereport.go Show resolved Hide resolved
pkg/cmd/get_clustercompliancereport.go Outdated Show resolved Hide resolved
pkg/cmd/get_clustercompliancereport.go Outdated Show resolved Hide resolved
Signed-off-by: chenk <hen.keinan@gmail.com>
@chen-keinan chen-keinan force-pushed the feat/compliance-report-cli-support branch from f0d134a to f55b431 Compare March 21, 2022 08:18
@chen-keinan chen-keinan requested a review from danielpacak March 21, 2022 08:19
Signed-off-by: chenk <hen.keinan@gmail.com>
@chen-keinan chen-keinan requested a review from danielpacak March 21, 2022 09:43
@chen-keinan chen-keinan merged commit 1f24058 into aquasecurity:main Mar 21, 2022
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 compliance report support to CLI
2 participants