-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added to conf.json deprecated integrations to skip #37952
Conversation
Tests/conf.json
Outdated
@@ -6217,7 +6217,13 @@ | |||
"Aha": "No instance", | |||
"SlackV2": "Integration slackV2 is deprecated.", | |||
"DSPM": "No instance", | |||
"Symantec Email Security Cloud": "No instance" | |||
"Symantec Email Security Cloud": "No instance", | |||
"RedLock": "Integration is deprecated.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the integration is deprecated - remove the object from the conf.json - no need to skip it, it is not relevant anymore.
@@ -463,12 +463,6 @@ | |||
"playbookID": "playbook-AzureStorageTable-Test", | |||
"fromversion": "6.0.0" | |||
}, | |||
{ | |||
"integrations": "EwsExtension", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A deprecated integration.
@@ -1648,18 +1642,6 @@ | |||
"integrations": "GRR", | |||
"playbookID": "GRR Test" | |||
}, | |||
{ | |||
"integrations": "VirusTotal", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A deprecated integration.
@@ -1980,10 +1962,6 @@ | |||
"instance_names": "jira_basic_auth", | |||
"is_mockable": false | |||
}, | |||
{ | |||
"integrations": "ipinfo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A deprecated integration.
@@ -2209,20 +2187,6 @@ | |||
"timeout": 1400, | |||
"pid_threshold": 12 | |||
}, | |||
{ | |||
"integrations": [ | |||
"VirusTotal - Private API", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VirusTotal - A deprecated integration. VirusTotal - Private API - support by partner.
"playbookID": "Test Convert file hash to corresponding hashes", | ||
"fromversion": "4.5.0", | ||
"integrations": [ | ||
"VirusTotal", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VirusTotal - A deprecated integration.
Added to conf.json deprecated integrations to skip
Status
Must have