Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
James Rhoat authored Mar 17, 2024
1 parent 5007012 commit 6213a02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
run: govulncheck ./...
shell: bash

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

- name: Test with Go
run: go test ./... -json > TestResults-${{ matrix.go-version }}.json

Expand Down

0 comments on commit 6213a02

Please sign in to comment.