Skip to content

Commit

Permalink
improvement: remove Gosec Security Scanner from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 26, 2024
1 parent c0d23bc commit dc6e651
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Run Gosec Security Scanner
run: |
go install github.com/securego/gosec/v2/cmd/gosec@latest
gosec -exclude-generated ./...
- name: Install Docker Compose
run: |
sudo apt-get update
Expand Down

0 comments on commit dc6e651

Please sign in to comment.