Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude file permissions line from gosec linting
The [gosec linter](https://github.com/securego/gosec) warns [by default on file permissions above 0600](securego/gosec#107) We need the permissions to be 0644 for this line (because it has to be written to), so we exclude it from linting.
- Loading branch information