Skip to content

Commit

Permalink
build: bump version of RecordedFuture-ThreatMap-Importer to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-recordedfuture committed Oct 31, 2024
1 parent b8d60c8 commit 2f88789
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"contentVersion": "1.3.0.0",
"metadata": {
"title": "RecordedFuture-ThreatMap-Importer",
"description": "This playbook will import Threat Map data from Recorded Future and store it in a custom log.",
Expand All @@ -13,7 +13,7 @@
"After deployment, open the playbook to configure all connections and press save."
],
"prerequisitesDeployTemplateFile": "../../Connectors/RecordedFuture-CustomConnector/azuredeploy.json",
"lastUpdateTime": "2024-03-08T00:00:00.000Z",
"lastUpdateTime": "2024-10-31T00:00:00.000Z",
"entities": [],
"tags": [ "Threat Intelligence" ],
"support": {
Expand All @@ -38,6 +38,11 @@
"version": "1.2",
"title": "Default Recurrence",
"notes": [ "Changed Default Recurrence to 24." ]
},
{
"version": "1.3",
"title": "API Connection bugfix",
"notes": [ "Fixed content-type bug in the API connection." ]
}
]
},
Expand Down Expand Up @@ -272,7 +277,7 @@
"location": "[resourceGroup().location]",
"tags": {
"hidden-SentinelTemplateName": "RecordedFuture-ThreatMap-Importer",
"hidden-SentinelTemplateVersion": "1.2"
"hidden-SentinelTemplateVersion": "1.3"
},
"apiVersion": "2017-07-01",
"dependsOn": [
Expand Down

0 comments on commit 2f88789

Please sign in to comment.