-
Notifications
You must be signed in to change notification settings - Fork 24
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
add func IsFixedByNetworkPolicy #151
Conversation
Signed-off-by: YiscahLevySilas1 <[email protected]>
PR Description updated to latest commit (edef4dd) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Signed-off-by: YiscahLevySilas1 <[email protected]>
Type
enhancement
Description
Control
struct functionality:ControlAttributeKeyIsFixedByNetworkPolicy
constant for the attribute key.IsFixedByNetworkPolicy()
method to evaluate if a control is fixed by a network policy, enhancing control analysis capabilities.Changes walkthrough
datastructuresmethods.go
Add Method to Check if Control is Fixed by Network Policy
reporthandling/datastructuresmethods.go
ControlAttributeKeyIsFixedByNetworkPolicy
torepresent the attribute key for checking if a control is fixed by a
network policy.
IsFixedByNetworkPolicy()
to theControl
struct tocheck if the control is fixed by a network policy.