Skip to content

Commit

Permalink
Exclude deprecated api package from gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Nov 15, 2024
1 parent 3021a73 commit 446d21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/securego/gosec/v2/cmd/gosec@latest
gosec -exclude-generated ./...
gosec -exclude-dir api -exclude-generated ./...
- name: Run Staticcheck
uses: dominikh/staticcheck-action@v1.3.1
with:
Expand Down

0 comments on commit 446d21e

Please sign in to comment.