mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-04-12 00:47:26 +02:00
Pin the search in demo mode
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -21,6 +21,7 @@ func (m *Manager) InjectDemoSearches() {
|
||||
InputType: tools.InputTypeEmail,
|
||||
Profile: "default",
|
||||
StartedAt: now.Add(-2 * time.Hour),
|
||||
pinned: true,
|
||||
PlannedTools: []ToolStatus{
|
||||
{Name: "user-scanner", ResultCount: ptr(10)},
|
||||
{Name: "github-recon", ResultCount: ptr(3)},
|
||||
@@ -77,6 +78,7 @@ func (m *Manager) InjectDemoSearches() {
|
||||
InputType: tools.InputTypeUsername,
|
||||
Profile: "default",
|
||||
StartedAt: now.Add(-30 * time.Minute),
|
||||
pinned: true,
|
||||
PlannedTools: []ToolStatus{
|
||||
{Name: "user-scanner", ResultCount: ptr(10)},
|
||||
{Name: "github-recon", ResultCount: ptr(0)},
|
||||
|
||||
Reference in New Issue
Block a user