Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
remove code security step
  • Loading branch information
Aryagorjipour authored Oct 24, 2024
1 parent 0611802 commit 6bce757
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ jobs:
run: |
go install golang.org/x/lint/golint@latest
golint ./...
- name: Run security validations
run: |
go install github.com/securego/gosec/v2/cmd/gosec@latest
gosec ./...

0 comments on commit 6bce757

Please sign in to comment.