We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52dfa2 commit 2c5a4bfCopy full SHA for 2c5a4bf
src/automation/webhooks.rs
@@ -123,8 +123,8 @@ impl WebhookNotifier {
123
}
124
],
125
"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"
+ "text": "Vulfy Security Scanner",
+ "icon_url": "https://raw.githubusercontent.com/MindPatch/Vulfy/refs/heads/master/assets/main_logo.png"
128
},
129
"timestamp": message.timestamp.to_rfc3339()
130
}]
@@ -412,4 +412,4 @@ impl Default for WebhookNotifier {
412
fn default() -> Self {
413
Self::new()
414
415
-}
+}
0 commit comments