SOARCA
SOARCA copied to clipboard
SOARCA - The Open Source CACAO-based Security Orchestrator!
**Describe the bug** The release pipeline is broken by the refactor as main.go has moved from the project root to cmd/soarca/main.go
**Is your feature request related to a problem? Please describe.** In the CACAO spec, what we now call Command object, is actually the [command-data](https://docs.oasis-open.org/cacao/security-playbooks/v2.0/cs01/security-playbooks-v2.0-cs01.html#_Toc152256489) type. Also frankly I think that...
**Describe the solution you'd like** Now that we can see the code coverage of the tests, should we add a CI/CD job to validate that enough of the new code...
Controller where the app in initialized is cluttered, we should refactor this. As such, we should aim for a configuration framework like [viper](https://github.com/spf13/viper). Then we can provide the controller an...
**Is your feature request related to a problem? Please describe.** Allow a playbook action to call a different playbook. **Describe the solution you'd like** Playbook action could have an agent...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** As we are testing with The Hive, it's nice to have a clear, uniform, and simple structure to connect to...