mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-18 13:28:15 +00:00
Update docs
This commit is contained in:
@@ -26,6 +26,8 @@ steps:
|
|||||||
| Name | Description | Default |
|
| Name | Description | Default |
|
||||||
|------------------ |------------------------------------------ |----------------- |
|
|------------------ |------------------------------------------ |----------------- |
|
||||||
| dockerfile | The path to the Dockerfile to be tested | ./Dockerfile |
|
| 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 |
|
| format | The output format. One of [tty \| json \| | tty |
|
||||||
| | checkstyle \| codeclimate \| | |
|
| | checkstyle \| codeclimate \| | |
|
||||||
| | gitlab_codeclimate] | |
|
| | gitlab_codeclimate] | |
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ inputs:
|
|||||||
default: 'Dockerfile'
|
default: 'Dockerfile'
|
||||||
recursive:
|
recursive:
|
||||||
required: false
|
required: false
|
||||||
description: 'Search for lint dockerfiles recuresivly'
|
description: 'Search for specified dockerfile recursively, from the project root'
|
||||||
default: 'false'
|
default: 'false'
|
||||||
format:
|
format:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user