We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9aa24 commit ade35a8Copy full SHA for ade35a8
src/cli.rs
@@ -63,6 +63,11 @@ pub fn main() {
63
if matches.opt_present("h") {
64
return print_usage(&program, opts);
65
}
66
+ if skip_signature_check() {
67
+ println!("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
68
+ println!("hookshot is running in insecure mode, signatures will not be checked");
69
70
+ }
71
let config_file = match matches.opt_str("c") {
72
Some(file) => file,
73
None => {
0 commit comments