Exclude file permissions line from gosec linting #473
check-commit-message-push.yml
on: push
Check commit message style on push
2s
Annotations
1 error and 2 warnings
Check commit message style on push
The message 1 is invalid:
* The line 4 of the message (line 2 of the body) exceeds the limit of 72 characters. The line contains 90 characters: "[by default on file permissions above 0600](https://github.com/securego/gosec/issues/107).". Please reformat the body so that all the lines fit 72 characters.
The original message was:
Exclude file permissions line from gosec linting
The [gosec linter](https://github.com/securego/gosec) warns
[by default on file permissions above 0600](https://github.com/securego/gosec/issues/107).
We need the permissions to be 0644 for this line (because it has to be
written to), so we exclude it from linting.
|
Check commit message style on push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mristin/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check commit message style on push
The following actions uses node12 which is deprecated and will be forced to run on node16: mristin/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|