-
Notifications
You must be signed in to change notification settings - Fork 57
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
Aqua log and white-listing fixes #1161
Merged
Merged
Conversation
This file contains 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
Merge in TCVEDP/ods-jenkins-shared-library from master_local to master * commit 'b2bbfb5e8cc91ecfb314d57127f3ec859a4e50f7': Fix NPE when the test type is null (#1146) In the release manager pipeline, use the default integration branch for component (#1144) Changelog for release 4.5.4 Fix Finalize stage for ods-library components (#1140) Don't try to load component data for excluded infrastructure components (#1139) In test results, labels not related to execution persist (#1138) Changelog release 4.5.3 Bugfix: no Jira connection deploy fails (#1136)
# Conflicts: # .github/dependabot.yml # .github/workflows/gradle.yml # CHANGELOG.md # build.gradle # docs/antora.yml # docs/modules/jenkins-shared-library/partials/odsComponentStageScanWithTrivy.adoc # src/org/ods/component/ScanWithTrivyOptions.groovy # src/org/ods/component/ScanWithTrivyStage.groovy # src/org/ods/component/TailorDeploymentStrategy.groovy # src/org/ods/orchestration/FinalizeStage.groovy # src/org/ods/orchestration/InitStage.groovy # src/org/ods/orchestration/service/JiraService.groovy # src/org/ods/orchestration/usecase/JiraUseCase.groovy # src/org/ods/orchestration/usecase/LeVADocumentUseCase.groovy # src/org/ods/orchestration/util/MROPipelineUtil.groovy # src/org/ods/orchestration/util/Project.groovy # src/org/ods/services/OpenShiftService.groovy # src/org/ods/services/TrivyService.groovy # test/groovy/org/ods/orchestration/usecase/LeVADocumentUseCaseSpec.groovy # test/groovy/org/ods/orchestration/util/ProjectSpec.groovy # test/groovy/org/ods/services/TrivyServiceSpec.groovy # vars/odsComponentStageCopyImage.groovy
…s.boehringer.com/scm/tcvedp/ods-jenkins-shared-library into 4.x # Conflicts: # CHANGELOG.md
hrcornejo
requested changes
Oct 10, 2024
hrcornejo
approved these changes
Oct 10, 2024
BraisVQ
added a commit
that referenced
this pull request
Oct 23, 2024
Updated the log for readability and fixed white-listing mechanism. --------- Co-authored-by: brais <26645694+braisvq1996@users.noreply.github.com> Co-authored-by: Josef <github@online.ms> Co-authored-by: Clemens Utschig <40628552+clemensutschig@users.noreply.github.com> Co-authored-by: Jorge Romero <jorge.romero.ext@boehringer-ingelheim.com> Co-authored-by: Administrator EDP in a Box <admin@edpinabox.com> Co-authored-by: brais <26645694+BraisVQ@users.noreply.github.com> Co-authored-by: zxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL <constantin.valeriu_tuguran.ext@boehringer-ingelheim.com>
BraisVQ
added a commit
that referenced
this pull request
Oct 23, 2024
Updated the log for readability and fixed white-listing mechanism. --------- Co-authored-by: brais <26645694+braisvq1996@users.noreply.github.com> Co-authored-by: Josef <github@online.ms> Co-authored-by: Clemens Utschig <40628552+clemensutschig@users.noreply.github.com> Co-authored-by: Jorge Romero <jorge.romero.ext@boehringer-ingelheim.com> Co-authored-by: Administrator EDP in a Box <admin@edpinabox.com> Co-authored-by: brais <26645694+BraisVQ@users.noreply.github.com> Co-authored-by: zxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL <constantin.valeriu_tuguran.ext@boehringer-ingelheim.com>
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.
Updated the log for readability and fixed white-listing mechanism.