Skip to content

Fix errors from `gosec` in gitalb ci

jkito requested to merge jkito/obfsvpn:issue_14 into main
  • ignore G304 warning: its for reading the config file path from cfgFile
  • handle errors while closing connections in CopyLoop
  • add lint target to Makefile for checking locally during development

Merge request reports