Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thereisnotime authored Aug 24, 2022
1 parent 7ff7e89 commit c5e737b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/*'
```
```

0 comments on commit c5e737b

Please sign in to comment.