Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

noydavidi
Copy link
Contributor

Added to conf.json deprecated integrations to skip

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Must have

  • Tests
  • Documentation

@noydavidi noydavidi requested a review from sapirshuker as a code owner January 6, 2025 13:06
@noydavidi noydavidi requested a review from Shellyber January 6, 2025 13:32
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.",
Copy link
Contributor

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VirusTotal - A deprecated integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants