Skip to content

Commit

Permalink
🇨🇴
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 13, 2023
1 parent cf795e8 commit 01ba049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Test
run: cd src && go test -v ./... && cd -

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

- name: Security Scan
run: gosec ./...

0 comments on commit 01ba049

Please sign in to comment.