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
+1 -1
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: