Skip to content

enh: add govulncheck workflow for scheduled vulnerability scanning#467

Merged
zitsen merged 3 commits intomainfrom
enh/xftan/daily-check
Feb 4, 2026
Merged

enh: add govulncheck workflow for scheduled vulnerability scanning#467
zitsen merged 3 commits intomainfrom
enh/xftan/daily-check

Conversation

@huskar-t
Copy link
Copy Markdown
Collaborator

Description

enh: add govulncheck workflow for scheduled vulnerability scanning

Issue(s)

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

Copilot AI review requested due to automatic review settings January 29, 2026 06:20
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces an automated security check by adding a scheduled GitHub Actions workflow that runs govulncheck against the Go codebase.

Changes:

  • Add .github/workflows/govulncheck.yml to run govulncheck ./... on a nightly cron schedule and on every push.
  • Reuse the existing enterprise TDengine installation pattern to prepare the environment before running the vulnerability scan.
  • Set up Go via actions/setup-go and install govulncheck using go install in the workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.99%. Comparing base (ba1ae49) to head (d68a1a3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #467      +/-   ##
==========================================
- Coverage   82.99%   82.99%   -0.01%     
==========================================
  Files         172      172              
  Lines       23204    23204              
==========================================
- Hits        19259    19258       -1     
- Misses       3093     3094       +1     
  Partials      852      852              

☔ 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.

@huskar-t huskar-t force-pushed the enh/xftan/daily-check branch from 42ba583 to b09545a Compare January 29, 2026 12:25
@zitsen zitsen merged commit 1985bf8 into main Feb 4, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants