We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fix that was implemented for issue #88 does not adhere to CIS 6.1.10.
The issue was that it needed to be executable, but the fix also included writable. Thi is not necessary. chmod 775 would have sufficed.
The text was updated successfully, but these errors were encountered:
Change permissions on generated pre-commit file from 777 to 775 so it…
d2c8e08
… adheres to CIS 6.1.10 This fixes issue observing#160
No branches or pull requests
The fix that was implemented for issue #88 does not adhere to CIS 6.1.10.
The issue was that it needed to be executable, but the fix also included writable. Thi is not necessary. chmod 775 would have sufficed.
The text was updated successfully, but these errors were encountered: