diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 566af2db..e3e49631 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,8 +13,6 @@ jobs: steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Install Rust stable uses: actions-rs/toolchain@v1 @@ -38,9 +36,6 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - # Run tests + # Run tests without treating warnings as errors - name: Run tests - uses: actions-rs/cargo@v1 - with: - command: test - args: --verbose + run: RUSTFLAGS="-A warnings" cargo test --all diff --git a/README.md b/README.md index a26b0375..598d2b15 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ # FATT (Find All The Things) +[![Rust Tests](https://github.com/copyleftdev/fatt/actions/workflows/test.yml/badge.svg)](https://github.com/copyleftdev/fatt/actions/workflows/test.yml) +[![License: HFPL](https://img.shields.io/badge/License-HFPL-blue.svg)](LICENSE) +[![Rust Version](https://img.shields.io/badge/rust-1.70%2B-orange.svg)](https://www.rust-lang.org/) +[![GitHub issues](https://img.shields.io/github/issues/copyleftdev/fatt)](https://github.com/copyleftdev/fatt/issues) +[![GitHub stars](https://img.shields.io/github/stars/copyleftdev/fatt)](https://github.com/copyleftdev/fatt/stargazers) + A high-performance, modular, asynchronous, and distributed security scanning CLI tool designed to rapidly identify sensitive or exposed files and directories across millions of domains. ## Features