Skip to content

Commit 79ad343

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

23 files changed

Lines changed: 3393 additions & 1763 deletions

.coderabbit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
reviews:
2+
commit_status: false
3+
fail_commit_status: false
4+
auto_review:
5+
enabled: false
6+
auto_incremental_review: false
7+

.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)