Skip to content

[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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sivchari
Copy link

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

sivchari added 2 commits June 14, 2025 16:57
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Signed-off-by: sivchari <shibuuuu5@gmail.com>
@sivchari sivchari requested a review from a team as a code owner June 14, 2025 08:01
@sivchari sivchari requested a review from evan-bradley June 14, 2025 08:01
@github-actions github-actions bot added the release:risky-change This change may affect the release label Jun 14, 2025
Comment on lines +96 to 98
.PHONY: vulncheck
vulncheck: $(GOVULNCHECK)
$(GOVULNCHECK) ./...
Copy link
Member

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?

Copy link
Author

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)

Copy link

codecov bot commented Jun 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.27%. Comparing base (1921e21) to head (2d0e2a2).
⚠️ Report is 220 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sivchari sivchari changed the title Add phony govulncheck on root [chore] Add phony govulncheck on root Jun 15, 2025
@sivchari sivchari requested a review from bogdandrutu June 23, 2025 23:41
Copy link
Contributor

github-actions bot commented Jul 8, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jul 8, 2025
@sivchari
Copy link
Author

sivchari commented Jul 8, 2025

@evan-bradley @bogdandrutu

If you have time, please review it.

@github-actions github-actions bot removed the Stale label Jul 9, 2025
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jul 23, 2025
@sivchari
Copy link
Author

kindly ping
@evan-bradley @bogdandrutu

@github-actions github-actions bot removed the Stale label Jul 26, 2025
Copy link
Contributor

@atoulme atoulme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:risky-change This change may affect the release Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants