mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01:00
Update docs
This commit is contained in:
parent
34545a185d
commit
afcbb72a70
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,8 @@ steps:
|
|||
| Name | Description | Default |
|
||||
|------------------ |------------------------------------------ |----------------- |
|
||||
| dockerfile | The path to the Dockerfile to be tested | ./Dockerfile |
|
||||
| recursive | Search for specified dockerfile | false |
|
||||
| | recursively, from the project root | |
|
||||
| format | The output format. One of [tty \| json \| | tty |
|
||||
| | checkstyle \| codeclimate \| | |
|
||||
| | gitlab_codeclimate] | |
|
||||
|
|
|
@ -8,7 +8,7 @@ inputs:
|
|||
default: 'Dockerfile'
|
||||
recursive:
|
||||
required: false
|
||||
description: 'Search for lint dockerfiles recuresivly'
|
||||
description: 'Search for specified dockerfile recursively, from the project root'
|
||||
default: 'false'
|
||||
format:
|
||||
required: false
|
||||
|
|
Loading…
Add table
Reference in a new issue