Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacklanternsecurity/bbot
/ report
Method
report
bbot/modules/output/json.py:38–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
self.file.close()
37
38
async
def
report(self):
39
if
self._file is not None:
40
self.info(f
"Saved JSON output to {self.output_file}"
)
Callers
nothing calls this directly
Calls
1
info
Method · 0.45
Tested by
no test coverage detected