Crates.io | quibble |
lib.rs | quibble |
version | 0.3.3 |
source | src |
created_at | 2022-11-30 20:16:47.778158 |
updated_at | 2023-08-16 12:33:50.307883 |
description | A container security tool written in Rust focusing on compose based configuration as code |
homepage | https://github.com/GeekMasher/quibble |
repository | https://github.com/GeekMasher/quibble |
max_upload_size | |
id | 726748 |
size | 190,281 |
A container security tool written in Rust focusing on making security easy for compose based configurations.
cargo install quibble
git clone https://github.com/GeekMasher/quibble
cd quibble
cargo install --path .
- name: Quibble Scan
uses: GeekMasher/quibble@0.3.1
Quibble runs in many modes (more to come soon)
compose
finds all compose files and runs a set of rules on the parsed compose files.
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.
quibble compose --path /srv
Contributions are absolutely, positively welcome and encouraged! Contributions come in many forms. You could:
We aim to keep Quibble's code quality at the highest level. This means that any code you contribute must be:
All the code in this repository is under the MIT License.