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: remove dups on configaudit report #161

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

josedonizetti
Copy link
Contributor

Description

before:

kubectl describe configaudit replicaset-app-574ddcb559 | grep "Check ID" | sort
    Check ID:     KSV001
    Check ID:     KSV001
    Check ID:     KSV002
    Check ID:     KSV002
    Check ID:     KSV003
    Check ID:     KSV003
    Check ID:     KSV004
    Check ID:     KSV004
    Check ID:     KSV005
    Check ID:     KSV005
    Check ID:     KSV006
    Check ID:     KSV006
    Check ID:     KSV007
    Check ID:     KSV007
    Check ID:     KSV008
    Check ID:     KSV008
    Check ID:     KSV009
    Check ID:     KSV009
    Check ID:     KSV010
    Check ID:     KSV010
    Check ID:     KSV011
    Check ID:     KSV011
    Check ID:     KSV012
    Check ID:     KSV012
    Check ID:     KSV013
    Check ID:     KSV013
    Check ID:     KSV014
    Check ID:     KSV014
    Check ID:     KSV015
    Check ID:     KSV015
    Check ID:     KSV016
    Check ID:     KSV016
    Check ID:     KSV017
    Check ID:     KSV017
    Check ID:     KSV018
    Check ID:     KSV018
    Check ID:     KSV020
    Check ID:     KSV020
    Check ID:     KSV021
    Check ID:     KSV021
    Check ID:     KSV022
    Check ID:     KSV022
    Check ID:     KSV023
    Check ID:     KSV023
    Check ID:     KSV024
    Check ID:     KSV024
    Check ID:     KSV025
    Check ID:     KSV025
    Check ID:     KSV026
    Check ID:     KSV026
    Check ID:     KSV027
    Check ID:     KSV027
    Check ID:     KSV028
    Check ID:     KSV028
    Check ID:     KSV029
    Check ID:     KSV029
    Check ID:     KSV030
    Check ID:     KSV030
    Check ID:     KSV032
    Check ID:     KSV032
    Check ID:     KSV033
    Check ID:     KSV033
    Check ID:     KSV036
    Check ID:     KSV036
    Check ID:     KSV037
    Check ID:     KSV037
    Check ID:     KSV102
    Check ID:     KSV102

after:

describe configaudit replicaset-app-574ddcb559 | grep "Check ID" | sort
    Check ID:     KSV001
    Check ID:     KSV002
    Check ID:     KSV003
    Check ID:     KSV004
    Check ID:     KSV005
    Check ID:     KSV006
    Check ID:     KSV007
    Check ID:     KSV008
    Check ID:     KSV009
    Check ID:     KSV010
    Check ID:     KSV011
    Check ID:     KSV012
    Check ID:     KSV013
    Check ID:     KSV014
    Check ID:     KSV015
    Check ID:     KSV016
    Check ID:     KSV017
    Check ID:     KSV018
    Check ID:     KSV020
    Check ID:     KSV021
    Check ID:     KSV022
    Check ID:     KSV023
    Check ID:     KSV024
    Check ID:     KSV025
    Check ID:     KSV026
    Check ID:     KSV027
    Check ID:     KSV028
    Check ID:     KSV029
    Check ID:     KSV030
    Check ID:     KSV032
    Check ID:     KSV033
    Check ID:     KSV036
    Check ID:     KSV037
    Check ID:     KSV102

Related issues

Remove this section if you don't have related PRs.

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

@chen-keinan chen-keinan merged commit 6f8f028 into aquasecurity:main Jun 21, 2022
@josedonizetti josedonizetti deleted the fix-configaudit-dups branch June 21, 2022 07:07
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.

configaudit duplicate entries
2 participants