Open thezakman opened 3 years ago
I can't find the config file do add the API anywere. " WARN You are not set VirusTotal API Key yet."
"Read the source, Luke" ;)
apiKey := os.Getenv("VT_API_KEY") if apiKey == "" { Logger.Warnf("You are not set VirusTotal API Key yet.") return out, nil }
You need to set up environment variable VT_API_KEY
I can't find the config file do add the API anywere. " WARN You are not set VirusTotal API Key yet."