mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-20 08:55:54 +00:00
Adds support for multiple dockerfile targets
This commit is contained in:
parent
f49a60108f
commit
a50bc6da73
2 changed files with 6 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ author: 'Bruno Paz'
|
|||
inputs:
|
||||
dockerfile:
|
||||
required: false
|
||||
description: 'The path to the Dockerfile to lint'
|
||||
description: 'Path to Dockerfile(s). Provide a single path or multiple paths space-separated (e.g., "Dockerfile path/to/another/Dockerfile").'
|
||||
default: 'Dockerfile'
|
||||
format:
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue