observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 153 forks source link

Change permissions on pre-commit file from 777 to 775 so it adheres to CIS 6.1.10 #161

Open philipkirkland opened 2 years ago

philipkirkland commented 2 years ago

CIS = Center for Internet Security. See https://www.cisecurity.org/cis-benchmarks/.

This fixes issue https://github.com/observing/pre-commit/issues/160

There is no need for this file to be world writable. It needs to be executable.