-
Notifications
You must be signed in to change notification settings - Fork 3
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 security risk system test for networkpolicy control #337
Conversation
PR Description updated to latest commit (33c5f1c) |
Failed to generate code suggestions for PR |
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
Tests, Enhancement
Description
sr_r_0007_control_networkpolicy
to handle security risks with network policy.Changes walkthrough
security_risks_tests.py
Update and Add Security Risk Test Methods
configurations/system/tests_cases/security_risks_tests.py
sr_r_0007_control_networkpolicy
for testingsecurity risks with network policy.
scenarios_manager.py
Enhance Scenario Manager with Network Policy Handling
systest_utils/scenarios_manager.py
with_network_policy
in security risks scenarios.ks_microservice.py
Clean Up and Refactor ks_microservice Script
tests_scripts/helm/ks_microservice.py
attack-chain-5_security-risks-resources_sidebar_R0007.json
Add JSON Config for Network Policy Test Scenario
configurations/scenarios_expected_values/attack-chain-5_security-risks-resources_sidebar_R0007.json
sr_r_0007_control_networkpolicy
test scenario.
system_test_mapping.json
Update System Test Mapping for New Test Methods
system_test_mapping.json
readme.md
Update Documentation with New Test Method Names
readme.md
test methods.