Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use sdtin when directories are passed #204

Merged
merged 1 commit into from
Apr 14, 2020

Conversation

carlossg
Copy link
Collaborator

The check to use stdin was incorrectly true when running with no tty
and no files were passed as arguments, even though directories were
passed with -d

Fixes #184

The check to use stdin was incorrectly true when running with no tty
and no files were passed as arguments, even though directories were
passed with -d

Fixes instrumenta#184
@carlossg
Copy link
Collaborator Author

You can try it with the docker image csanchez/kubeval

@DannyBen
Copy link

What is preventing a merge and release?

@dcchambers
Copy link

Would love to see this get merged as well.

@garethr garethr merged commit ed0bb9a into instrumenta:master Apr 14, 2020
@garethr
Copy link
Collaborator

garethr commented Apr 14, 2020

Thanks, much appreciated. Finally getting some time to update things.

@carlossg carlossg deleted the issue-184 branch April 14, 2020 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stuck reading from stdin when using --directories
4 participants