Practical Operation With Mihari
Using GitOps methodology is the best practice to use Mihari.
Success
- Easy to review & revert a change in a rule.
- Easy to build a workflow.
You can use any CI/CD solution (CircleCI, GitHub Actions, etc.) with Mihari.
GitHub Actions
You need to have the following files:
- Gemfile
- Gemfile.lock
- .github/workflows/mihari.yml
- ... and rules!
Gemfile
and Gemfile.lock
for caching gem dependencies. .github/workflows/mihari.yml
is a workflow to run Mihari.