Merge pull request #1903 from daspiker/DasPiker-Playbook-Fix1Get-VTURLPositivesComment

Das piker playbook fix1 get vturl positives comment
This commit is contained in:
Sarah Young 2021-03-10 11:57:32 +13:00 коммит произвёл GitHub
Родитель f3aeb3f4f7 3513a02e5c
Коммит b079e555f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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')]"
}
]
}