Skip to content

Commit 724ed02

Browse files
committed
Add gosec scan
Signed-off-by: Fabricio Aguiar <[email protected]>
1 parent 4bcef17 commit 724ed02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ jobs:
3333
uses: github/codeql-action/analyze@v3
3434
with:
3535
category: "/language:${{matrix.language}}"
36+
37+
- name: Run Gosec Security Scanner
38+
uses: securego/gosec@master
39+
with:
40+
args: ./...

0 commit comments

Comments
 (0)