Skip to content

Commit

Permalink
Add gosec test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 27, 2024
1 parent 370c275 commit 0c75526
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Run tests
run: go test ./pkg/... -cover -coverprofile=profile.cov

- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...

- name: Report coverage
uses: codacy/codacy-coverage-reporter-action@v1
with:
Expand Down

0 comments on commit 0c75526

Please sign in to comment.