Skip to content

Commit

Permalink
add govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
m00g3n committed Sep 4, 2023
1 parent 9020e0c commit 5f5febb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# skip-cache: true

# Optional: if set to true, then the action won't cache or restore ~/go/pkg.
# skip-pkg-cache: true
skip-pkg-cache: true

# Optional: if set to true, then the action won't cache or restore ~/.cache/go-build.
# skip-build-cache: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:

- name: Run unit tests
run: make test

- name: govulncheck
uses: golang/govulncheck-action@v1

0 comments on commit 5f5febb

Please sign in to comment.