Commit 05054b6
committed
feat: add gosec to run static code analysis workflow
This commit introduces a new GitHub Actions workflow to run 'gosec' for static code analysis of Go modules.
The workflow will automatically scan the source code for potential security issues and improve the security posture of the repository.
References:
- Gosec Documentation: https://github.com/securego/gosec
- Related Issue: #22
Signed-off-by: atilsensalduz <atil.sensalduz@gmail.com>1 parent 631f4fc commit 05054b6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments