Skip to content

Commit

Permalink
Add scoreType: failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed May 14, 2019
1 parent 791312b commit 46f241d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 46f241d

Please sign in to comment.