add govulncheck workflow#545
Closed
qba73 wants to merge 10 commits intonotaryproject:mainfrom
qba73:chore/govuncheck
Closed
add govulncheck workflow#545qba73 wants to merge 10 commits intonotaryproject:mainfrom qba73:chore/govuncheck
qba73 wants to merge 10 commits intonotaryproject:mainfrom
qba73:chore/govuncheck
Conversation
Signed-off-by: Jakub Jarosz <jakub@jarosz.dev>
Signed-off-by: Jakub Jarosz <jakub@jarosz.dev>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #545 +/- ##
=======================================
Coverage 81.47% 81.47%
=======================================
Files 36 36
Lines 3358 3358
=======================================
Hits 2736 2736
Misses 480 480
Partials 142 142 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Jakub Jarosz <jakub@jarosz.dev>
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a GitHub Actions workflow that integrates govulncheck to run periodic security audits on pull requests.
- Adds a new workflow file (.github/workflows/audit.yml) that schedules daily vulnerability checks and enables manual workflow dispatch.
JeyJeyGao
reviewed
May 9, 2025
Signed-off-by: Jakub Jarosz <jakub@jarosz.dev>
|
This PR is stale because it has been opened for 45 days with no activity. Remove stale label or comment. Otherwise, it will be closed in 30 days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds govulncheck workflow to run security audits.