Skip to content

Commit

Permalink
Merge pull request #8 from GeekMasher/rules-update
Browse files Browse the repository at this point in the history
Move rules and small updates to loading
  • Loading branch information
GeekMasher authored Aug 3, 2023
2 parents 0ba0804 + 5ce5162 commit 0dc7b3f
Show file tree
Hide file tree
Showing 13 changed files with 593 additions and 538 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quibble"
version = "0.3.1"
version = "0.3.2"

authors = ['GeekMasher']
description = "A container security tool written in Rust focusing on compose based configuration as code"
Expand Down
3 changes: 1 addition & 2 deletions src/compose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ use std::{
path::{Path, PathBuf},
};

pub mod rules;
pub mod spec;

pub use rules::*;
pub use crate::rules::*;
pub use spec::*;
use walkdir::WalkDir;

Expand Down
Loading

0 comments on commit 0dc7b3f

Please sign in to comment.