Skip to content

Commit f92a99f

Browse files
committed
Renaming.
1 parent 7ffcee7 commit f92a99f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: cargo build --release --verbose
5353

5454
- name: Test CLI help
55-
run: ./target/release/cryptofind --help
55+
run: ./target/release/cipherscope --help
5656

5757
test-windows:
5858
name: Test (Windows)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Contributing to cryptofind
1+
## Contributing to CipherScope
22

3-
Thank you for improving cryptofind! This project aims for speed, precision, and extensibility.
3+
Thank you for improving CipherScope! This project aims for speed, precision, and extensibility.
44

55
### Adding a New Library via patterns
66

crates/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ fn to_sarif(findings: &[Finding]) -> SarifLog {
297297
runs: vec![SarifRun {
298298
tool: SarifTool {
299299
driver: SarifDriver {
300-
name: "cryptofind".into(),
300+
name: "cipherscope".into(),
301301
version: env!("CARGO_PKG_VERSION").into(),
302302
},
303303
},

0 commit comments

Comments
 (0)