Skip to content

Commit

Permalink
update ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
ren3gadem4rm0t committed Aug 2, 2024
1 parent 76c0763 commit 8d90dd8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
- name: Coverage
run: make coverage

- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest

- name: Security Scanner
uses: securego/gosec@master
with:
args: ./parser/... examples/...
run: make ast

- name: Cleanup
run: make clean

0 comments on commit 8d90dd8

Please # to comment.