Skip to content

Commit dd42a4f

Browse files
committed
Add daily cargo audit check for security vulnerabilities in dependencies
1 parent 73d933f commit dd42a4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CLAUDE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,7 @@ HashRust is a CLI file hashing utility written in Rust that supports multiple ha
7676

7777
**IMPORTANT: After making code changes:**
7878
1. Always run `cargo fmt` to ensure consistent formatting
79-
2. Run `cargo clippy --color=always -- -D clippy::all -D clippy::pedantic` to catch potential issues and ensure code quality
79+
2. Run `cargo clippy --color=always -- -D clippy::all -D clippy::pedantic` to catch potential issues and ensure code quality
80+
81+
**Security:**
82+
- Run `cargo audit` once a day when working on this project to check for security vulnerabilities in dependencies

0 commit comments

Comments
 (0)