Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nancy vulnerability scanner #34

Open
atc0005 opened this issue Nov 7, 2022 · 0 comments
Open

Add nancy vulnerability scanner #34

atc0005 opened this issue Nov 7, 2022 · 0 comments
Assignees
Labels

Comments

@atc0005
Copy link
Owner

atc0005 commented Nov 7, 2022

https://github.com/sonatype-nexus-community/nancy

Example usage:

$ go list -json -deps ./... | docker run --rm -i sonatypecommunity/nancy:latest sleuth
...

and output:

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Summary                      ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━┫
┃ Audited Dependencies    ┃ 13 ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━┫
┃ Vulnerable Dependencies ┃ 0  ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━┛

@atc0005 atc0005 added the CI label Nov 7, 2022
@atc0005 atc0005 self-assigned this Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant