GoogleCloudPlatform / cloud-builders-community

Community-contributed images for Google Cloud Build
https://cloud.google.com/cloud-build/
Apache License 2.0
1.25k stars 851 forks source link

entrypoint.bash is non-compliant with Shell Style Guide #611

Open andrewpollock opened 1 year ago

andrewpollock commented 1 year ago

I was reviewing https://github.com/google/osv.dev/pull/1017 which has a straight copy of entrypoint.bash from this repo, and it's not particularly compliant (or internally consistent) with https://google.github.io/styleguide/shellguide.html (see some of my comments on that PR).

You might like to do something about that.