Skip to content

Commit

Permalink
chore: minor clean up gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Feb 7, 2025
1 parent 84d21b4 commit d804b2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion GCP/cloud-function/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
raise SystemExit("FALCON_CLIENT_SECRET environment variable not set") from exc

# Authenticate to the CrowdStrike Falcon API
# creds = {"client_id": client_id, "client_secret": client_secret}, base_url=BASE_URL
uber = APIHarnessV2(client_id=client_id, client_secret=client_secret, base_url=BASE_URL)

# Connect to the QuickScan Pro API
Expand Down
1 change: 0 additions & 1 deletion GCP/on-demand/quickscan_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def process_single_file(self, item, max_file_size):
file_data = item.download_as_bytes()

# Upload file
# response = self.scanner.upload_file(file=file_data, scan=True)
# For now we have to use Uber class to allow sending the correct file name
response = self.auth.command(
"UploadFileMixin0Mixin94",
Expand Down

0 comments on commit d804b2e

Please sign in to comment.