Flow risk report improvemements

This commit is contained in:
Luca Deri 2020-05-12 12:57:36 +02:00
parent e315158c1d
commit f4b25f30b3
5 changed files with 18 additions and 7 deletions

View file

@ -6,10 +6,11 @@ local alert_keys = require "alert_keys"
-- #######################################################
local function createBATAlert(alert_severity)
local function createBATAlert(alert_severity, url)
local built = {
alert_severity = alert_severity,
alert_type_params = {
url = url
}
}