build: skip sast coverity check#2248
Merged
TenSt merged 1 commit intoJun 25, 2026
Merged
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the Tekton pipeline configurations for both pull request and push workflows to skip the SAST Coverity check by default, reducing pipeline execution time. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since this disables a security check globally, consider restricting the skip to specific branches or event types (e.g., only PRs) rather than both pull-request and push pipelines to reduce risk.
- It may be helpful to add an inline TODO or comment next to
skip-sast-coverity-check: "true"in the Tekton YAML so the intent and temporary nature of this change are visible to anyone editing the pipeline later.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since this disables a security check globally, consider restricting the skip to specific branches or event types (e.g., only PRs) rather than both pull-request and push pipelines to reduce risk.
- It may be helpful to add an inline TODO or comment next to `skip-sast-coverity-check: "true"` in the Tekton YAML so the intent and temporary nature of this change are visible to anyone editing the pipeline later.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2248 +/- ##
==========================================
- Coverage 59.06% 59.03% -0.04%
==========================================
Files 138 138
Lines 8848 8848
==========================================
- Hits 5226 5223 -3
- Misses 3076 3079 +3
Partials 546 546
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
1a262f8 to
fc3b0db
Compare
rverdile
approved these changes
Jun 25, 2026
fc3b0db to
2d4afb5
Compare
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 disables sast coverity check as it takes about 45m to run.
We will need to investigate how to configure it later to run faster and not block the pipeline.
Summary by Sourcery
Build: