Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #121 from im-kulikov/enable-deps-vulnerabilities
Browse files Browse the repository at this point in the history
Enable Nancy (deps vulnerabilities checker)
  • Loading branch information
im-kulikov committed Apr 13, 2022
2 parents 5136aff + 9c0cc39 commit 97eb3ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
fetch-depth: 0

- name: dump dependencies (for nancy)
run: go list -json -m all > go.list

- name: Nancy (deps vulnerabilities)
uses: sonatype-nexus-community/nancy-github-action@main

- name: golangci-lint
with: { version: latest }
uses: golangci/golangci-lint-action@v2
Expand Down

0 comments on commit 97eb3ce

Please sign in to comment.