ci: supress govulncheck vulns

This commit is contained in:
Atanas Janeshliev
2024-06-05 13:54:21 +02:00
parent 63eb67760e
commit 8688277ee6
2 changed files with 3 additions and 0 deletions

View File

@ -515,6 +515,7 @@ func (bridge *Bridge) remWatcher(watcher *watcher.Watcher[events.Event]) {
func (bridge *Bridge) onStatusUp(_ context.Context) {
logPkg.Info("Handling API status up")
bridge.goLoad()
}