blackstork/virustotal plugin
v0.4.2
,
Github
Installation #
To install the plugin, add it to plugin_versions
map in the Fabric global configuration block (see Global configuration for more details), with a version constraint restricting which available versions of the plugin the codebase is compatible with:
fabric {
plugin_versions = {
"blackstork/virustotal" = ">= v0.4.2"
}
}