-
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 namespace argument support to control scripts and update attack c… #582
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Failed to generate code suggestions for PR |
… including stack traces in exception messages
User description
…hain tests
PR Type
Enhancement, Tests
Description
Added support for namespace-specific operations in attack chain scenarios.
Introduced a new test configuration
attackchains_all
for multiple scenarios.Enhanced backend API to filter attack chains by namespace.
Updated scripts and configurations to handle namespaces dynamically.
Changes walkthrough 📝
1 files
Added `attackchains_all` test configuration for multiple scenarios
8 files
Enhanced attack chain API with namespace filtering
Improved scenario management with namespace support
Added multi-scenario attack chain testing functionality
Made fix script namespace-aware for alpine service
Made fix script namespace-aware for alpine image
Made fix script namespace-aware for attack-chain-8
Removed hardcoded namespace from attack-chain-9 configuration
Made fix script namespace-aware for attack-chain-9
1 files
Documented new `attackchains_all` test configuration
1 files
Added mapping for
attackchains_all
and updated repository references