# Packages
No description provided by the author
# Functions
JSONDir returns If there is args, check if it is a valid format and return the corresponding path under results.
ListValidJSONDirs returns valid json directory as array Returned array is sorted so that recent directories are at the head.
LoadScanResults read JSON data.
NewEMailSender creates emailSender.
OverwriteJSONFile overwrites scanresults JSON in the dir.
# Variables
ErrBucketExistCheck : bucket existence cannot be checked because s3:ListBucket or s3:ListAllMyBuckets is not allowed.
# Structs
AzureBlobWriter writes results to AzureBlob.
ChatWorkWriter send report to ChatWork.
EMailWriter send mail.
GoogleChatWriter send report to GoogleChat.
HTTPRequestWriter writes results to HTTP request.
HTTPResponseWriter writes results to HTTP response.
LocalFileWriter writes results to a local file.
S3Writer writes results to S3.
SlackWriter send report to slack.
StdoutWriter write to stdout.
SyslogWriter send report to syslog.
TelegramWriter sends report to Telegram.