chore(deps): update konflux references#835
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Reviewer's GuideUpdates Konflux Tekton task bundle digests in the ROS backend PR and push pipelines and introduces a configurable SAST target directories parameter that is wired into existing SAST-related tasks. Sequence diagram for configurable SAST target directories in ROS backend Tekton pipelinessequenceDiagram
actor Developer
participant TektonPipeline as TektonPipeline_ros_backend
participant TaskBuild as Task_build_image_index
participant TaskDeprecated as Task_deprecated_image_check
participant TaskClair as Task_clair_scan
participant TaskEco as Task_ecosystem_cert_preflight_checks
Developer->>TektonPipeline: Start pipeline with sast-target-dirs
TektonPipeline->>TektonPipeline: Read param sast-target-dirs (default .)
TektonPipeline->>TaskBuild: Run build-image-index
TaskBuild-->>TektonPipeline: IMAGE_URL, IMAGE_DIGEST
TektonPipeline->>TaskDeprecated: Run deprecated-image-check
Note over TektonPipeline,TaskDeprecated: Pass IMAGE_URL, IMAGE_DIGEST and TARGET_DIRS = sast-target-dirs
TektonPipeline->>TaskClair: Run clair-scan
Note over TektonPipeline,TaskClair: Pass IMAGE_URL, IMAGE_DIGEST and TARGET_DIRS = sast-target-dirs
TektonPipeline->>TaskEco: Run ecosystem-cert-preflight-checks
Note over TektonPipeline,TaskEco: Pass IMAGE_URL, IMAGE_DIGEST and TARGET_DIRS = sast-target-dirs
TaskDeprecated-->>TektonPipeline: SAST scan result
TaskClair-->>TektonPipeline: Vulnerability scan result
TaskEco-->>TektonPipeline: Preflight checks result
TektonPipeline-->>Developer: Combined pipeline status
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
f6388aa to
cbe5e11
Compare
ff7692f to
252cf49
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #835 +/- ##
=======================================
Coverage 69.84% 69.84%
=======================================
Files 48 48
Lines 2849 2849
=======================================
Hits 1990 1990
Misses 859 859
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
41db7f0 to
ef6bd9c
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
ef6bd9c to
658eabd
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 contains the following updates:
550afde→b33bfa862f09c5→3fc8080cd49cde→8fad4c257d1f55→e78d0d325dcef1→88f4fd67db7ad9→fedaacbb797dd4→5a4232444eb23c→d127e051d807f6→237c54b2cd09c9→ffc6d57566753c→8beb3a1c162d9d→7631757df99947→2f846d3Configuration
📅 Schedule: Branch creation - Between 05:00 AM and 11:59 PM, only on Saturday ( * 5-23 * * 6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.