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 #4
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
* Increase docker image version * Add --wait * Test * Adapt to new cf cli * Parse both for cf cli v8 and v7 * Remove input * Adapt to feedback * Check for nil error
* api user scatch * cv, pv +steps * dust wipe * escape odata values in filter * use correct validation url * headers * add missing error check * restrict to non revertable packages * Correct dotted-version-string calculation + tests
* Don't unstash the piper binary if it is already present. * Fixed method name. * Removed changes to unit test. * Updated unit tests to account for the check whether the piper binary exists. * Updated the Maven test to account for the piper binary existance check. * Updated tests to account for the piper binary existance check. * Set the shell return value for a test. * See if it will output the real failure reason. * Removed code that triggered a different error message if sh(Map) is encountered. * Added missing constructor parameter. * Pass the script to the constructor of PiperGoUtils. * Reverted change to code that is now removed from the master branch. * Re-instated deleted function. * Re-add fix to use the correct constructor for PiperGoUtils.
* Fix tests * Test * Fix * Test * Test * Clean up * Refactor
… version (SAP#4187) * Test * Test * Test * Respect customScanVersion if filled * Add test case * Clean up * Respect versioningModel * Add test case * Clean up * Clean up
* added info for rapid scan in detectExecution
* added stashes for codeql metadata
* Update dockerExecute.groovy specified the type of credentials * Update dockerExecute.groovy
Co-authored-by: thtri <[email protected]>
…ies (SAP#4202) Co-authored-by: sumeet patil <[email protected]>
* Update verify-go.yml * Update verify-go.yml * Update verify-go.yml * Update verify-go.yml * Update verify-go.yml * Update verify-go.yml
* fix for npmrc _auth * correct prefix removal * fix unit test * bringing back unit test * adapt unit test * typo fix
…ed (SAP#4199) * Fixed bug in generating sarif file in whitesource step --------- Co-authored-by: sumeet patil <[email protected]>
* Added audit information in sarif file in blackduck step --------- Co-authored-by: sumeet patil <[email protected]>
Co-authored-by: Johannes Dillmann <[email protected]>
* Add parameter for async execution * Add default * Adapt tests * Add defaults for ABAP --------- Co-authored-by: tiloKo <[email protected]>
* Adding new query configuration parameter for gCTS Piper steps * Add skipSSLVerification parameter to gCTSExecuteQualityChecks * Add skipSSLVerification to gCTSDeploy * Add SkipSSLVerification for pull by commit * Add SkipSSLVerification to rollback * Add SkipSSLVerification parameter to rollback * Handling maximum number of charachter for the queryParameter * Remove extra new lines in yaml files * Add new line yaml files
…18 (SAP#4234) Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.6 to 1.6.18. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.6.6...v1.6.18) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavel Busko <[email protected]>
Co-authored-by: akram8008 <[email protected]> Co-authored-by: Christopher Fenner <[email protected]> Co-authored-by: Andrei Kireev <[email protected]> Co-authored-by: ffeldmann <[email protected]> Co-authored-by: sumeet patil <[email protected]>
* Fix proxy usage in tmsUpload * Fix no default description if custom description is not provided
Co-authored-by: ffeldmann <[email protected]>
* it test * transfer credentials * Change parameter type of nodeExtDescriptorMapping * Extend test * Fix unit test * Remove usage of the depricated ioutil package * Fix cmd failure if neither git/commitId nor customDescription are provided * Extend test * Add TMS test to the job matrix * Map env. variable * Remove usage of the env. TMS_UPLOAD_IT_KEY * remove os * update test * use os.Gerenv * test fix * Update integration-tests.yml * env mapping in it pr workflow * print tmsServiceKey * read env with upper case * Update integration-tests.yml * Update integration-tests.yml * Update integration-tests-pr.yml * Delete cover.out * Remove TMS service key from environment in integration test workflow job * Extend integration tests * Revert change parameter type of nodeExtDescriptorMapping * Extend tests * Extend tests * Remove unused method * Change default TR description * Add check for custom description * Remove personal data from MTARs * Register client secret to log as secret * Move RegisterSecret to earlier point in runtime * RegisterSecret for encodedUsernameColonPassword * Update integration/integration_tms_upload_test.go Co-authored-by: Oliver Feldmann <[email protected]> * Use one test data directory * Add a negative test * fix config file name --------- Co-authored-by: Oliver Feldmann <[email protected]>
* Change to default cf create-service * Adapt test * Adapt tests * Remove comment --------- Co-authored-by: tiloKo <[email protected]>
* added printing codeql version * refactored duplicated code * added else for logging codeql version
* Update golangci-lint version * go generate
… in verbose mode (SAP#4293)
…P#4300) * feat(detectExecuteScan) enabling possibility to scan MTA projects
* Store response body in CPE * Also store response headers in CPE
* Change parameter type of nodeExtDescriptorMapping (cherry picked from commit ca7ce04) * Remove usage of the depricated ioutil package (cherry picked from commit 9821915) * Fix cmd failure if neither git/commitId nor customDescription are provided (cherry picked from commit c362681) * Fix unit test (cherry picked from commit 53a90aa) * Step metadata, step code generation * change type of nodeExtDescriptorMapping for export * Refactoring and export implementation * integration test * Add export step * Integration test * format * discard piper.go * Review related changes * restore piper.go * remove unused method * Extend documentation * Add parameter useGoStep to tmsUpload.groovy * Regenerate steps * Rename function * refactor constants * Add error path tests * Move some code to tms package * Move more code to tms * Combine tmsUpload, tmsUtils * Add groovy wrapper * add parameters to groovy step * add import * jenkinsUtils instance * comment namedUser logic in groovy * namedUser param * remove logic for namedUser param * Remove TMS integration tests * discard changes in tmsUpload.groovy * Remove parameters * Restore parameters * Change type of NodeExtDescriptorMapping to map[string]interface{} * tmsUpload: Change type of NodeExtDescriptorMapping to map * Resolve ioutil deprecation * Review related changes * Formatting * Review related improvements * Add tmsUtils test * Formatting tmsUtils_test * Remove parameters from groovy wrapper * Remove tmsUtils_test * Add TMS steps to fieldRelatedWhitelist * Add integration test * Add test to github_actions_integration_test_list.yml * Move test helper method * Step documentation placeholder * Remove parameter StashContent * Restore cmd/integrationArtifactTransport.go --------- Co-authored-by: Oliver Feldmann <[email protected]>
…e last release and the new one (SAP#4296)
…en specifying them in scanProperties (SAP#4304) * Fixed issue with duplication of parameters search.depth/search.continue/excluded.directories
* Update texts of gCTS steps and scenario for SSL and queryP * delete a trailing space
…ntent source (SAP#4281) * feat(cnbBuild): support Vault general purpose secrets as a binding content source Co-authored-by: Pavel Busko <[email protected]> * fix npm project integration test Co-authored-by: Pavel Busko <[email protected]> --------- Co-authored-by: Ralf Pannemans <[email protected]> Co-authored-by: Sumit Kulhadia <[email protected]>
Merge Michael's branch to cxone-dev
* Remove legacy logging * Implement new requests * Improve Tests * Adapt tests * Refactor * Fix tests
Adding support for CheckmarxOne
Sync with updated upstream |
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