Skip to content

Commit

Permalink
Add gosec to workflows. Fixes #83 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Jun 22, 2023
1 parent c7edf9e commit 8537d66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:

- name: Go vet
run: go vet ./...


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

- name: Go fix
run: go fix ./...

Expand Down

0 comments on commit 8537d66

Please sign in to comment.