1
0
Fork 0
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:
DracoBlue 2023-01-17 15:38:26 +01:00 committed by GitHub
parent 4b5806eb9c
commit 1a139ce6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ inputs:
output-file:
required: false
description: 'The path where to save the linting results to'
default:
default: "/dev/stdout"
# standart hadolint options:
no-color: