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: update severity enum in config audit check #992

Merged
merged 1 commit into from
Mar 2, 2022
Merged

feat: update severity enum in config audit check #992

merged 1 commit into from
Mar 2, 2022

Conversation

danielpacak
Copy link
Contributor

@danielpacak danielpacak commented Mar 2, 2022

The ConfigAuditReport used danger and warning enums to describe
severity of audit checks. These enum values where inherited from
Polaris data model. This patch updates severities to CRITICAL,
HIGH, MEDIUM, and LOW.

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

@danielpacak danielpacak added this to the Release v0.15.0 milestone Mar 2, 2022
@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #992 (16d8dc0) into main (c7340d5) will increase coverage by 0.20%.
The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #992      +/-   ##
==========================================
+ Coverage   62.44%   62.65%   +0.20%     
==========================================
  Files          59       59              
  Lines        7325     7328       +3     
==========================================
+ Hits         4574     4591      +17     
+ Misses       2290     2275      -15     
- Partials      461      462       +1     
Impacted Files Coverage Δ
pkg/plugin/conftest/plugin.go 78.50% <75.00%> (-0.21%) ⬇️
pkg/plugin/polaris/plugin.go 82.15% <77.77%> (-0.40%) ⬇️
pkg/operator/controller/ciskubebenchreport.go 54.58% <0.00%> (-1.60%) ⬇️
pkg/operator/controller/vulnerabilityreport.go 57.31% <0.00%> (+1.52%) ⬆️
pkg/operator/controller/configauditreport.go 64.34% <0.00%> (+4.17%) ⬆️

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 83e8fdd...16d8dc0. Read the comment docs.

The ConfigAuditReport used danger and warning enums to describe
severity of audit checks. These enum values where inherited from
Polaris data model. This patch updates severities to CRITICAL,
HIGH, MEDIUM, and LOW.

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
@danielpacak danielpacak merged commit 2a71abd into aquasecurity:main Mar 2, 2022
@danielpacak danielpacak deleted the configaudit_severity branch March 2, 2022 15:46
@yurrriq
Copy link
Contributor

yurrriq commented Apr 7, 2022

Critical is spelled incorrectly here. See also #1117

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.

3 participants