Skip to content

Exclude file permissions line from gosec linting #473

Exclude file permissions line from gosec linting

Exclude file permissions line from gosec linting #473

Triggered via push February 10, 2024 11:24
Status Failure
Total duration 10s
Artifacts
Check commit message style on push
2s
Check commit message style on push
Fit to window
Zoom out
Zoom in

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/