Skip to content

Commit 6c17a56

Browse files
committed
ci: add gosec security scan verification to GitHub Actions workflow
1 parent d9ded49 commit 6c17a56

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636

3737
- name: Verify Module Build
3838
run: go build ./...
39+
40+
- name: Run Gosec Security Scanner
41+
uses: securego/gosec@master
42+
with:
43+
args: ./...

0 commit comments

Comments
 (0)