Quibble

[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/GeekMasher/quibble) [![GitHub Actions](https://img.shields.io/github/actions/workflow/status/geekmasher/quibble/rust.yml?style=for-the-badge)](https://github.com/GeekMasher/quibble/actions/workflows/rust.yml?query=branch%3Amain) [![GitHub Issues](https://img.shields.io/github/issues/geekmasher/quibble?style=for-the-badge)](https://github.com/GeekMasher/quibble/issues) [![GitHub Stars](https://img.shields.io/github/stars/geekmasher/quibble?style=for-the-badge)](https://github.com/GeekMasher/quibble) [![Crates.io](https://img.shields.io/crates/d/quibble?style=for-the-badge)](https://crates.io/crates/quibble/) [![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)

A container security tool written in Rust focusing on making security easy for compose based configurations.

Installing

Crates.io

bash cargo install quibble

Cargo CLI - From source

bash git clone https://github.com/GeekMasher/quibble cd quibble cargo install --path .

Actions

yml - name: Quibble Scan uses: GeekMasher/quibble@0.3.1

Usage

Quibble runs in many modes (more to come soon)

Compose

compose finds all compose files and runs a set of rules on the parsed compose files.

bash quibble compose --help

This is a very simple util to quickly scan and detect various security or information about the compose files found in a simple view.

bash quibble compose --path /srv

screenshot of quibble on a directory containing many different compose files

Contributing

Contributions are absolutely, positively welcome and encouraged! Contributions come in many forms. You could:

  1. Submit a feature request or bug report as an [issue].
  2. Ask for improved documentation as an [issue].
  3. Comment on [issues that require feedback].
  4. Contribute code via [pull requests].

We aim to keep Quibble's code quality at the highest level. This means that any code you contribute must be:

License

All the code in this repository is under the MIT License.