Skip to content

Commit

Permalink
improvment: add Gosec Security Scanner to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 26, 2024
1 parent 24c7bd8 commit c0d23bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ 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 c0d23bc

Please sign in to comment.