Skip to content

Commit 732e13f

Browse files
authored
Added images to README.md (#2249)
Signed-off-by: Lars Kamp <lars@some.engineering>
1 parent a6afc70 commit 732e13f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<p align="center"><picture><source media="(prefers-color-scheme: dark)" srcset="/misc/fixinventory_200-darkmode.png"><source media="(prefers-color-scheme: light)" srcset="/misc/fixinventory_200-lightmode.png"><img alt="Fix Inventory" src="/misc/fixinventory_200-lightmode.png"></picture></p>
2-
3-
<p align="center"><img src="/misc/fixinventory_banner.png"/></p>
1+
![Fix Shell](https://cdn.fix.security/assets/fixinventory/fixinventory-search-multiple.gif)
42

53
[![Version](https://img.shields.io/github/v/tag/someengineering/fixinventory?label=latest)](https://github.com/someengineering/fixinventory/tags/)
64
[![Build](https://img.shields.io/github/actions/workflow/status/someengineering/fixinventory/docker-build.yml)](https://github.com/someengineering/fixinventory/commits/main)
@@ -9,7 +7,9 @@
97
[![Known Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/someengineering/fixinventory/requirements.txt)](https://app.snyk.io/org/some-engineering-inc./projects)
108
[![CodeCoverage](https://codecov.io/gh/someengineering/fixinventory/graph/badge.svg?token=ZEZW5JAR5J)](https://codecov.io/gh/someengineering/fixinventory)
119

12-
Fix Inventory detects compliance and security risks in cloud infrastructure accounts. Fix Inventory is open source and was built for cloud and security engineers.
10+
Fix Inventory detects compliance and security risks in cloud infrastructure accounts.
11+
12+
We built Fix Inventory for cloud and security engineers as an open source alternative to proprietary cloud security tools like Orca Security, Prisma Cloud or Wiz.
1313

1414
Check out our [Quick Start Guide](https://inventory.fix.security/docs/getting-started/) for step-by-step instructions on getting started.
1515

@@ -57,7 +57,7 @@ We believe that the only effective approach is to use a graph-based data model t
5757

5858
## 🛠️ Use cases
5959

60-
Fix Inventory supports common cloud security use cases, and is an open source alternative to proprietary cloud security tools like Orca Security, Prisma Cloud or Wiz.
60+
Fix Inventory supports common cloud security use cases.
6161

6262
- **Cloud Security Posture Management (CSPM)**: Monitor and enforce security policies across your cloud infrastructure, Identify and remediate misconfigurations.
6363

@@ -144,6 +144,8 @@ For example, suppose I want to understand which S3 buckets in my infrastructure
144144
> search --with-edges is(aws_iam_user) and name=matthias -iam[0:]{permissions[*].level==write}-> is(aws_iam_user, aws_s3_bucket) | format --dot
145145
```
146146
147+
![Fix Graph](https://cdn.fix.security/assets/fixinventory/fixinventory-security-graph.png)
148+
147149
Read more about [traversing the graph](https://inventory.fix.security/concepts/asset-inventory-graph#traversal) in our docs. Fix Security, our hosted SaaS product, offers these visualizations out of the box.
148150
149151
## 💖 Community

0 commit comments

Comments
 (0)