Skip to content

Commit

Permalink
Added gosec to GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TawreCZ committed Jan 31, 2025
1 parent bc59835 commit ccdd4c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
- name: Tests & Code coverage
run: go test --cover ./...

- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest

- name: Check code security through gosec
run: gosec ./...

0 comments on commit ccdd4c4

Please sign in to comment.