Skip to content

Commit 2c5a4bf

Browse files
authored
Update webhooks.rs
1 parent d52dfa2 commit 2c5a4bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/automation/webhooks.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ impl WebhookNotifier {
123123
}
124124
],
125125
"footer": {
126-
"text": "Vulfy Security Scanner • Click for detailed vulnerability info",
127-
"icon_url": "https://github.com/mindPatch/vulfy/raw/main/assets/main_logo.png"
126+
"text": "Vulfy Security Scanner",
127+
"icon_url": "https://raw.githubusercontent.com/MindPatch/Vulfy/refs/heads/master/assets/main_logo.png"
128128
},
129129
"timestamp": message.timestamp.to_rfc3339()
130130
}]
@@ -412,4 +412,4 @@ impl Default for WebhookNotifier {
412412
fn default() -> Self {
413413
Self::new()
414414
}
415-
}
415+
}

0 commit comments

Comments
 (0)