Skip to content

Commit

Permalink
[feat][fixinventory] Cleanup (#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche authored Oct 7, 2024
1 parent 6f8a26b commit 1022d23
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 7,278 deletions.
1 change: 0 additions & 1 deletion Dockerfile.fixinventorybase
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ ARG AWS_CLI_VERSION=master

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN echo "I am running on ${BUILDPLATFORM}, building for ${TARGETPLATFORM}"

WORKDIR /
RUN dnf -y update \
&& dnf -y groupinstall "Development Tools" "Development Libraries" \
Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,17 @@
[![Known Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/someengineering/fixinventory/requirements.txt)](https://app.snyk.io/org/some-engineering-inc./projects)
[![CodeCoverage](https://codecov.io/gh/someengineering/fixinventory/graph/badge.svg?token=ZEZW5JAR5J)](https://codecov.io/gh/someengineering/fixinventory)

## Table of contents

* [Overview](#overview)
* [Getting started](#getting-started)
* [Component list](#component-list)
* [Contact](#contact)
* [License](#license)


## Overview
🔍 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).
🔍 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).

📊 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).

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

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).


## Getting started

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

0 comments on commit 1022d23

Please sign in to comment.