-
Notifications
You must be signed in to change notification settings - Fork 25
ROX-28568: Add required tasks sast-shell-check and sast-unicode-check to Konflux pipelines #2115
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: master
Are you sure you want to change the base?
ROX-28568: Add required tasks sast-shell-check and sast-unicode-check to Konflux pipelines #2115
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #2115 +/- ##
=======================================
Coverage 28.52% 28.52%
=======================================
Files 94 94
Lines 5757 5757
Branches 2547 2547
=======================================
Hits 1642 1642
Misses 3393 3393
Partials 722 722
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/retest |
1 similar comment
/retest |
… to Konflux pipelines
64a23dd
to
836e99c
Compare
/test collector-on-push |
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.
Hey @tommartensen - I've reviewed your changes - here's some feedback:
- Consider adding explicit runAfter fields for the new tasks to make the execution order clear rather than relying solely on implicit data dependencies.
- DRY up the repeated param definitions (image-digest, image-url, SOURCE_ARTIFACT, CACHI2_ARTIFACT) by using YAML anchors or promoting them to pipeline-level params.
- Ensure these tasks are included in any pipeline-required-tasks metadata or enforcement logic so they actually get flagged as required in the UI/CLI.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Description
Adds two more required tasks to the Konflux pipelines.
Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
See description of stackrox/scanner#1881 for validation. Note that EC may display erroneous results for required task presences.