Skip to content

Commit

Permalink
docs: updated to fit grc
Browse files Browse the repository at this point in the history
  • Loading branch information
christophergrittner committed Oct 30, 2024
1 parent 2ee8b87 commit 425a03f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Install Admyral:
$ pip install admyral
```

Start Admyral to access the frontend, execute workflows using Admyral's scalable workflow infrastructure:
Start Admyral to access the frontend, automate and monitor controls using Admyral's scalable workflow infrastructure:

```bash
$ admyral up
Expand All @@ -41,7 +41,7 @@ $ admyral up
More instructions on self-hosting with Docker can be found [here](https://docs.admyral.dev/docker), and for the development setup, click [here](https://docs.admyral.dev/development_setup).

## Simple, reliable Security Engineering using Admyral's Python SDK
## Simple, reliable GRC Engineering using Admyral's Python SDK

### Automation-as-Code 🧑‍💻

Expand All @@ -51,30 +51,30 @@ More instructions on self-hosting with Docker can be found [here](https://docs.a

### AI Workflows 🤖

Empower your workflows with AI! Admyral supports custom AI Actions using top-tier LLMs from OpenAI, Mistral, Anthropic, and more. You can use these AI Actions within your workflow to summarize findings, create a report, categorize alerts, and much more.
Empower your control monitoring and GRC workflows with AI! Admyral supports custom AI Actions using top-tier LLMs from OpenAI, Mistral, Anthropic, and more. You can use these AI Actions within your workflow to summarize findings, create a report, categorize alerts, and much more.

### No-Code Editor Sync -- Bi-directional 👈 👉

While Admyral is Code-First, there is No-Code functionality as well. Visualize your coded workflows and edit them directly in the drag-and-drop workflow builder. All changes are synced back into your code.
Admyral is hybrid. It offers the flexibility of code and the simplicity and speed of No-Code. Using the latter, visualize your codified controls and edit them directly in the drag-and-drop workflow builder. All changes are synced back into your code.

<img src="img/sync.svg" alt="admyral" />

### Workflow Monitoring 🔮

<img src="img/monitoring.svg" alt="admyral" />

### Reliable and Scalable Workflow Infrastructure Out-of-the-box 📦
### Reliable and Scalable Infrastructure Out-of-the-box 📦

Built on [Temporal](https://temporal.io/) (used by Netflix, Retool, and co.), Admyral ensures reliable, scalable workflows -- incl. secrets management for integrations.
Deploy in under 5 minutes without infrastructure or scalability worries.

### Start Automating Any Workflow - SecOps or GRC 🎬
### Start Automating Any Control or GRC Workflow 🎬

Make your _security operations_ more efficient, accomplish more with less resources, and standardize the quality of your SOPs.
Make your _security grc operations_ more efficient and accomplish more with less resources.

When automating workflows in _GRC/Compliance_, reduce the effort for IT-dependent manual controls.
When automating controls in _GRC_, reduce the effort for evidence collection and establish continuous control monitoring.

Example workflows can be found in [examples/playbooks/workflows](https://github.com/Admyral-Security/admyral/tree/main/examples).
Example workflows/controls can be found in [examples/playbooks/workflows](https://github.com/Admyral-Security/admyral/tree/main/examples).

## 📃 License

Expand Down
Loading

0 comments on commit 425a03f

Please sign in to comment.