flant / shell-operator

Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
https://flant.github.io/shell-operator/
Apache License 2.0
2.39k stars 214 forks source link

Ignore some file extensions #544

Closed yalosev closed 10 months ago

yalosev commented 10 months ago

Overview

Ignore 100% non-executable hook files

What this PR does / why we need it

With this files we can get some weird message about non-executable yaml file. I think we can absolutely ignore them.

Special notes for your reviewer

.yaml, .json, .md and .txt could not be executable hooks anymore