-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[chore] Add phony govulncheck on root #13204
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Signed-off-by: sivchari <shibuuuu5@gmail.com>
.PHONY: vulncheck | ||
vulncheck: $(GOVULNCHECK) | ||
$(GOVULNCHECK) ./... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this not check all files or only the files within that module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makefile.Common actually check only files for each module. If you'd like to check all files, you can use make govulncheck in Makefile. That is same with other structure (e.g. make golint/lint)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13204 +/- ##
=======================================
Coverage 91.27% 91.27%
=======================================
Files 514 514
Lines 28857 28857
=======================================
Hits 26340 26340
Misses 1998 1998
Partials 519 519 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
If you have time, please review it. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
kindly ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Description
I added phony govulncheck on root, then I found that the some target can't run govulncheck on itself, so change the phony name in Makefile.Common.
Link to tracking issue
Fixes #
Testing
Documentation