Skip to content

Commit 1022d23

Browse files
authored
[feat][fixinventory] Cleanup (#2224)
1 parent 6f8a26b commit 1022d23

File tree

13 files changed

+21
-7278
lines changed

13 files changed

+21
-7278
lines changed

Dockerfile.fixinventorybase

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ARG AWS_CLI_VERSION=master
1111

1212
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1313
RUN echo "I am running on ${BUILDPLATFORM}, building for ${TARGETPLATFORM}"
14-
1514
WORKDIR /
1615
RUN dnf -y update \
1716
&& dnf -y groupinstall "Development Tools" "Development Libraries" \

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,17 @@
99
[![Known Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/someengineering/fixinventory/requirements.txt)](https://app.snyk.io/org/some-engineering-inc./projects)
1010
[![CodeCoverage](https://codecov.io/gh/someengineering/fixinventory/graph/badge.svg?token=ZEZW5JAR5J)](https://codecov.io/gh/someengineering/fixinventory)
1111

12-
## Table of contents
13-
14-
* [Overview](#overview)
15-
* [Getting started](#getting-started)
16-
* [Component list](#component-list)
17-
* [Contact](#contact)
18-
* [License](#license)
19-
2012

2113
## Overview
22-
🔍 Search Infrastructure: Fix Inventory maps out your cloud infrastructure in a [graph](https://inventory.fix.security/concepts/asset-inventory-graph) and provides a simple [search syntax](https://inventory.fix.security/docs/concepts/search).
14+
🔍 Search Infrastructure: Fix Inventory maps out your cloud infrastructure in a [directed acyclic graph](https://inventory.fix.security/concepts/asset-inventory-graph) and provides a simple [search syntax](https://inventory.fix.security/docs/concepts/search).
2315

2416
📊 Generate Reports: Fix Inventory keeps track of and reports infrastructure changes over time, making it easy to [audit resource usage and cleanup](https://inventory.fix.security/docs/concepts/cloud-data-sync).
2517

2618
🤖 Automate Tasks: Tedious tasks like rule enforcement, resource tagging, and cleanup can be [automated using jobs](https://inventory.fix.security/docs/concepts/automation).
2719

2820
Currently, Fix Inventory can collect [AWS](plugins/aws), [Google Cloud](plugins/gcp), [DigitalOcean](plugins/digitalocean), [VMWare Vsphere](plugins/vsphere), [OneLogin](plugins/onelogin), and [Slack](plugins/slack) resources. If the cloud you are using is not listed, it is easy to write your own collectors. An example can be found [here](plugins/example_collector).
2921

22+
3023
## Getting started
3124

3225
Continue reading [the Quick Start Guide](https://inventory.fix.security/docs/getting-started/)

0 commit comments

Comments
 (0)