mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
Make output-file by default to /dev/stdout
To fix https://github.com/hadolint/hadolint-action/issues/60 in hadolint-action>v2.0.0
This commit is contained in:
parent
4b5806eb9c
commit
1a139ce6cc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ inputs:
|
||||||
output-file:
|
output-file:
|
||||||
required: false
|
required: false
|
||||||
description: 'The path where to save the linting results to'
|
description: 'The path where to save the linting results to'
|
||||||
default:
|
default: "/dev/stdout"
|
||||||
|
|
||||||
# standart hadolint options:
|
# standart hadolint options:
|
||||||
no-color:
|
no-color:
|
||||||
|
|
Loading…
Reference in a new issue