Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 13, 2023
1 parent d5eee15 commit 10c4ba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +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: Install gosec
# run: go install github.com/securego/gosec/v2/cmd/gosec@latest

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

0 comments on commit 10c4ba6

Please sign in to comment.