diff --git a/trivy-task/task.json b/trivy-task/task.json index 1464177..a201f66 100644 --- a/trivy-task/task.json +++ b/trivy-task/task.json @@ -62,7 +62,7 @@ "name": "severities", "type": "string", "label": "The severities (CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN) to include in the scan (comma sperated)", - "defaultValue": "CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN", + "defaultValue": "", "required": false, "helpMarkDown": "The specified path or image will be scanned for the provided serverities." },