Skip to content

Commit 05054b6

Browse files
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

File tree

.github/workflows/gosec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
jobs:
10-
tests:
10+
gosec:
1111
runs-on: ubuntu-latest
1212
env:
1313
GO111MODULE: on

0 commit comments

Comments
 (0)