Merge pull request #1157 from dod-ccpo/quick-fixes
Fix secrets baseline and type hint error.
This commit is contained in:
commit
56f0119814
@ -3,7 +3,7 @@
|
||||
"files": "^.secrets.baseline$|^.*pgsslrootcert.yml$",
|
||||
"lines": null
|
||||
},
|
||||
"generated_at": "2019-10-28T18:00:40Z",
|
||||
"generated_at": "2019-11-01T18:50:54Z",
|
||||
"plugins_used": [
|
||||
{
|
||||
"base64_limit": 4.5,
|
||||
@ -17,6 +17,7 @@
|
||||
"name": "HexHighEntropyString"
|
||||
},
|
||||
{
|
||||
"keyword_exclude": null,
|
||||
"name": "KeywordDetector"
|
||||
},
|
||||
{
|
||||
@ -197,7 +198,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"version": "0.12.7",
|
||||
"version": "0.13.0",
|
||||
"word_list": {
|
||||
"file": null,
|
||||
"hash": null
|
||||
|
@ -472,9 +472,7 @@ class AzureCloudProvider(CloudProviderInterface):
|
||||
credentials = self._get_credential_obj(root_creds)
|
||||
|
||||
sub_client = self.sdk.subscription.SubscriptionClient(credentials)
|
||||
subscription: self.sdk.subscription.models.Subscription = sub_client.subscriptions.get(
|
||||
csp_environment_id
|
||||
)
|
||||
subscription = sub_client.subscriptions.get(csp_environment_id)
|
||||
|
||||
managment_principal = self._get_management_service_principal()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user