Revert "core(exceptions): Edit system exceptions" #502
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type:
Bug fix
PR Description:
This PR reverts the changes made to the system exceptions in the 'kubescape.json' file. The changes were initially introduced in PR #481, but due to unspecified reasons, they are now being rolled back. The modifications that are being reverted include the removal of certain system exceptions and the adjustment of attributes and control IDs associated with various policies.
PR Main Files Walkthrough:
exceptions/kubescape.json
: The changes in this file involve reverting modifications made to the system exceptions. This includes removing the 'kubescape-ignore' exception and adjusting the attributes and control IDs of various policies. The 'exclude-kubescape-deployment-security-context', 'exclude-kubescape-deployment-allowed-registry', and 'exclude-storage-apiserver' policies, among others, have been affected.User Description:
Reverts #481