Merge pull request #1903 from daspiker/DasPiker-Playbook-Fix1Get-VTURLPositivesComment
Das piker playbook fix1 get vturl positives comment
This commit is contained in:
Коммит
b079e555f9
|
@ -148,7 +148,7 @@
|
|||
"inputs": {
|
||||
"method": "GET",
|
||||
"queries": {
|
||||
"apikey": "[parameters('VirustotalApiKey')]",
|
||||
"apikey": "@variables('ApiKey')",
|
||||
"resource": "@items('For_each')?['Url']"
|
||||
},
|
||||
"uri": "https://www.virustotal.com/vtapi/v2/url/report"
|
||||
|
@ -1027,7 +1027,7 @@
|
|||
{
|
||||
"name": "ApiKey",
|
||||
"type": "string",
|
||||
"value": "61f2d6b98d09e4e76618d745122c25dc6f703a7968e0b960d32872f9aef3fee2"
|
||||
"value": "[parameters('VirustotalApiKey')]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче