From 46f241d3dd5af94183c43fb5a59af15cd8ca0300 Mon Sep 17 00:00:00 2001 From: Sascha Brendel Date: Tue, 14 May 2019 09:15:24 +0200 Subject: [PATCH] Add scoreType: failed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 157c46b8..772ff918 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ There are several values you can choose from: | `success` | Successful test | Raises the score | | `warning` | Attention, a faulty or bad configuration was detected; not `critical` | Reduces the score | | `critical` | Critical missconfiguration; service or users are in danger | Drops the score to a maximum of 20 points | +| `failed` | The scanner could not execute the test | `score: 0` and `hasError: true` | ### Each `test.testDetails` Array [array] For each test you can provide further information via the `testDetails` array.