forked from SAP/jenkins-library
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cxone release #50
Merged
Merged
Cxone release #50
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 Michael's branch to cxone-dev
Adding support for CheckmarxOne
Cxone release
…SAP#5031) * Added pagination logic for retrieving projects from Black Duck server * fixed unit tests for getProject in blackduck * fixed unit tests for getProject in blackduck * fixed unit tests for getProject in blackduck
Co-authored-by: Ralf Pannemans <[email protected]>
Co-authored-by: jliempt <>
…AP#5032) * trust engine config and handelling for vault * add function for resolving trust engine reference * refactor * add basic test * adapt to new trust engine response format * remove accidental cyclic dependency * move trust engine hook config * refactor by separating code from vault * move trust engine files to own pkg * adapt to changes of previous commit * log full error response of trust engine API * enable getting multiple tokens from trustengine * remove comment * incorporate review comments * go generate * update unit tests * apply suggested changes from code review * fix unit tests * add unit tests for config pkg * make changes based on review comments * make trust engine token available in GeneralConfig and minor fixes * fix error logic when reading trust engine hook * make getResponse more flexible and update logging * update resource reference format * improve URL handling * improve logging * use errors.Wrap() instead of errors.Join() * update log messages based on suggestions * remove trustengine resource ref from Sonar step --------- Co-authored-by: Keshav <[email protected]> Co-authored-by: jliempt <>
…AP#5037) * added quotes for mvn settings path * added logs * removed logs, added excape symbol for spaces * set quotes * removed replacing * changed quotes * fixed tests * removed extra log --------- Co-authored-by: sumeet patil <[email protected]>
* wildCard MAXX in addon.yml for AAKaaS steps --------- Co-authored-by: Christian Luttenberger <[email protected]>
Updated CONTRIBUTING.md with Code of Conduct and Guidelines for GenAI and general content restructuring
As we use tags for the unit test files, they don't run if one does not provide the tags=unit flag to the test execution command. This change adds the description of how one is to do this when running the tests in a shell, as well as how to add it to the VS Code extension. Co-authored-by: tiloKo <[email protected]>
…ation (SAP#5038) * add trust engine resource reference to parameter docs generation * test with added resource ref * remove test resource ref * use trustengineSecret const --------- Co-authored-by: jliempt <>
Co-authored-by: jliempt <>
* feat: fail if script is not found * fix tests * Fix integration tests --------- Co-authored-by: Oliver Feldmann <[email protected]>
The cloud sdk pipeline does not exist anymore.
* fix(docs): remove dead links * Update parameters_test.go
* Update release-go.yml * fix lint
* Add -ws=false -iwr to npm config get registry * Add -ws=false -iwr to npm config set registry * Fix test * Fix test --------- Co-authored-by: Manjunath <[email protected]>
* Adapting unit test to run for packages with namespace * Correct type mismatch for object count
* adding anonymisation for object field * Further fixes to gcts deploy step * syntax changes
* Run makeBOM after aggregateBOM * Fix tests
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.
Changes