blackstork/opencti plugin
v0.4.2,
Github
Installation #
BlackStork SaaS: Plugin dependencies are resolved automatically by the platform. You do not need to install plugins or define the
blackstork configuration block manually.To use this plugin locally via blackstork-cli, you must declare it as a dependency in your global configuration block.
blackstork {
plugin_versions = {
"blackstork/opencti" = ">= v0.4.2"
}
}
After declaring the dependency, execute blackstork-cli install to fetch the plugin. See Configuration for details.