Skip to content

Commit

Permalink
feat: [#48] Enable govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Aug 30, 2024
1 parent 077cdcb commit 2f63fc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ runs:
shell: bash
run: |
go mod verify
- uses: golang/[email protected]
with:
go-version-file: go.mod
go-package: ./...
#
# Check for 'incorrect import order', let pipeline fail if true and provide
# instruction to remediate it. Note: check is included in golangci-lint,
Expand Down

0 comments on commit 2f63fc2

Please sign in to comment.