From c5e737b58a9137de4b27dda718d34c05bee70ec1 Mon Sep 17 00:00:00 2001 From: There Is No TIme <37583483+thereisnotime@users.noreply.github.com> Date: Wed, 24 Aug 2022 13:46:28 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49f9e2e..73cc3cd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A GitHub Action for scanning a host with [testssl.sh](https://testssl.sh) and co - `image`: Docker image to run testssl.sh (Default: `drwetter/testssl.sh`) - `output`: Folder for scan reports (Default: `output`) - `grade`: Minimum accepted grade (Default: `A+`) -- `options`: Additionnal testssl.sh CLI options +- `options`: Additionnal testssl.sh CLI options (Default: `--jsonfile /data --csvfile /data --htmlfile /data`) ## Outputs @@ -26,4 +26,4 @@ The scan result will be placed in the output folder, the result will be availabl with: name: testssl.sh reports path: 'output/*' -``` \ No newline at end of file +```