MCPcopy Create free account
hub / github.com/airbnb/binaryalert / build

Method build

cli/manager.py:121–123  ·  view source on GitHub ↗

Build Lambda packages (saves *.zip files in terraform/)

(self)

Source from the content-addressed store, hash-verified

119 subprocess.check_call(['terraform', 'apply', '-auto-approve=false'])
120
121 def build(self) -> None:
122 """Build Lambda packages (saves *.zip files in terraform/)"""
123 lambda_build(TERRAFORM_DIR, self._config.enable_carbon_black_downloader == 1)
124
125 def cb_copy_all(self) -> None:
126 """Copy all binaries from CarbonBlack Response into BinaryAlert

Callers 3

deployMethod · 0.95
test_buildMethod · 0.80
test_build_allMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_buildMethod · 0.64
test_build_allMethod · 0.64