Skip to content

Commit

Permalink
Merge pull request #4 from satta/new-govulncheck-action
Browse files Browse the repository at this point in the history
use Templum/govulncheck-action
  • Loading branch information
satta authored Nov 21, 2022
2 parents d6b93c3 + dbd8145 commit 57d5b12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ jobs:
run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken $COVERALLS_TOKEN

- name: check for go vulnerabilities
uses: kmulvey/govulncheck-action@main
with:
packages: './...'
uses: Templum/govulncheck-action@main

0 comments on commit 57d5b12

Please sign in to comment.