Skip to content

Commit

Permalink
ci: only check used dependencies for CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 23, 2021
1 parent b7c620c commit 5ba015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- nancy/install
- run: |
export PATH=$HOME/.bin:$PATH
go list -m all | grep -v github.com/ory/keto/proto | nancy sleuth -q
go list -json -deps | nancy sleuth
- goreleaser/install
- goreleaser/check
Expand Down

0 comments on commit 5ba015e

Please sign in to comment.