gcp_scanner icon indicating copy to clipboard operation
gcp_scanner copied to clipboard

Feat: Added Support for CloudTrace Resource

Open aryanagrawal22 opened this issue 2 years ago • 0 comments

Description

Issue #247 Added support for CloudTrace resource

Changes Made

  • Created client factory for CloudTrace resource : cloud_trace_client.py
  • Created a new crawler factory in the crawler package : cloud_trace_crawler.py
  • Also modified example.config
  • In the scanner.py file, included the crawler in the crawl loop and updated the crawl_client_map.
  • Added unit tests in test_unit.py
  • Left a blank cloud_traces file for test output check

Testing

Tested the resource locally. Ran Successfully.

aryanagrawal22 avatar Dec 10 '23 19:12 aryanagrawal22