File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments