Skip to content

Commit

Permalink
Complex Method GetWorkerMessage and runModule fix and remove gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Dec 12, 2024
1 parent 993ecfb commit 89033a6
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 333 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/gosec-dev.yml

This file was deleted.

2 changes: 1 addition & 1 deletion manager/api/APIworkers.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func HandleWorkerPostWebsocket(w http.ResponseWriter, r *http.Request, config *u
}

//go
websockets.GetWorkerMessage(conn, config, db, verbose, debug, wg, writeLock)
websockets.GetWorkerMessage(conn, config, db, verbose, debug, wg)

}

Expand Down
Loading

0 comments on commit 89033a6

Please sign in to comment.