We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c9be0f + 54024db commit b096f93Copy full SHA for b096f93
1 file changed
tasks/connectors/digital_footprint/bitsight/lib/bitsight_helpers.rb
@@ -54,7 +54,7 @@ def bitsight_findings_and_create_kdi(bitsight_create_benign_findings, bitsight_b
54
55
def my_company
56
# First get my company
57
- response = http_get("https://#{@bitsight_api_key}:@api.bitsighttech.com/portfolio", {})
+ response = http_get("https://#{@bitsight_api_key}:@api.bitsighttech.com/portfolio", @headers)
58
portfolio = JSON.parse(response.body)
59
@companies = portfolio["companies"]
60
@company_guid = portfolio["my_company"]["guid"]
0 commit comments