Skip to content

Commit b51eef1

Browse files
author
ruffian-l
committed
Release cargo-bless 0.1.1 with code audit
1 parent 1d6d73c commit b51eef1

22 files changed

Lines changed: 3095 additions & 1319 deletions

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ jobs:
2828
- run: cargo clippy -- -D warnings
2929
if: matrix.toolchain == 'stable'
3030
- run: cargo test
31+
- name: Run security audit
32+
if: matrix.toolchain == 'stable'
33+
run: |
34+
cargo install cargo-audit --locked
35+
cargo audit

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Thumbs.db
1313

1414
# Cache
1515
.cache/
16+
.firecrawl/
17+
18+
# Local reference copy of the old detector crate
19+
/bullshitdetector/
1620

1721
# AI planning / notes
1822
plan.md

0 commit comments

Comments
 (0)