Skip to content
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

Merge SAP_COM_0948 #4735

Closed
wants to merge 72 commits into from
Closed

Commits on Sep 27, 2023

  1. fix(codeqlExecuteScan): logging when use both Vault and Jenkins Crede…

    …ntials config (#4600)
    
    * added logging if unauthorized for github
    
    * refactored
    
    * fixed log message & added logging github response
    
    * deleted extra log
    
    * refactored log message
    daskuznetsova authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ccd2acf View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fix (gitOpsUpdateDeployment) add CA bundle options to plain clone and…

    … commit to trust enterprise github instances (#4602)
    
    * downloading ca cert bundle when added as config
    
    * adding logging statements
    
    * allowing bats test to handle ca cert
    
    * adding info message
    
    * hard coding file names
    
    * including correct http client util bundle
    
    * removing logging message not needed
    
    * adding cert bundle to commit and push
    
    * improving the condition to add ca cert in commit and push
    
    * fixing unit test
    
    * fixing unit test
    
    * fixing unit test
    
    * fixing unit test
    
    * fixing unit test
    anilkeshav27 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b34ea9e View commit details
    Browse the repository at this point in the history
  2. feat(kanikoExecute): add dockerfilePath param to multipleImages (#4569)

    * add containerDockerfilePath param to multipleImages
    
    * rename ContainerDockerfilePath param to DockerfilePath
    
    * Fix trailing spaces
    
    ---------
    
    Co-authored-by: Egor Balakin <[email protected]>
    Co-authored-by: Vyacheslav Starostin <[email protected]>
    3 people authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4dec3c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. fix(helm): forward sourceRepositoryCredentialsId from groovy to go la…

    …yer (#4604)
    
    forward sourceRepositoryCredentialsId from groovy to go layer in the same way how this is done for the targetRepositoryCredentialsId
    marcusholl authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c81e322 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. feat(config): exporting generateConfig function and applying minor ch…

    …anges (#4605)
    
    * exporting generateConfig function and applying minor changes
    
    * Added setConfigOptions to set configOptions variable.
    Added possibility to set format output, json or yaml for now.
    
    * Correcting mistake on cmd/getDefaults.go
    
    Co-authored-by: Jordi van Liempt <[email protected]>
    
    ---------
    
    Co-authored-by: Jordi van Liempt <[email protected]>
    Jk1484 and jliempt authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    010aea0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    5a56726 View commit details
    Browse the repository at this point in the history
  2. added logic of fetching golang private packages for whitesource step (#…

    …4595)
    
    * added logic of fetching golang private packages for whitesource step and detectExecuteScan step
    
    * changed logic of checking by config.PrivateModulesGitToken
    
    * moved func prepareGolangPrivatePackages to golangBuild.go
    
    * fix (gitOpsUpdateDeployment) add CA bundle options to plain clone and commit to trust enterprise github instances (#4602)
    
    * downloading ca cert bundle when added as config
    
    * adding logging statements
    
    * allowing bats test to handle ca cert
    
    * adding info message
    
    * hard coding file names
    
    * including correct http client util bundle
    
    * removing logging message not needed
    
    * adding cert bundle to commit and push
    
    * improving the condition to add ca cert in commit and push
    
    * fixing unit test
    
    * fixing unit test
    
    * fixing unit test
    
    * fixing unit test
    
    * fixing unit test
    
    * feat(kanikoExecute): add dockerfilePath param to multipleImages (#4569)
    
    * add containerDockerfilePath param to multipleImages
    
    * rename ContainerDockerfilePath param to DockerfilePath
    
    * Fix trailing spaces
    
    ---------
    
    Co-authored-by: Egor Balakin <[email protected]>
    Co-authored-by: Vyacheslav Starostin <[email protected]>
    
    * fix(helm): forward sourceRepositoryCredentialsId from groovy to go layer (#4604)
    
    forward sourceRepositoryCredentialsId from groovy to go layer in the same way how this is done for the targetRepositoryCredentialsId
    
    * feat(config): exporting generateConfig function and applying minor changes (#4605)
    
    * exporting generateConfig function and applying minor changes
    
    * Added setConfigOptions to set configOptions variable.
    Added possibility to set format output, json or yaml for now.
    
    * Correcting mistake on cmd/getDefaults.go
    
    Co-authored-by: Jordi van Liempt <[email protected]>
    
    ---------
    
    Co-authored-by: Jordi van Liempt <[email protected]>
    
    * moved func prepareGolangPrivatePackages to pkg/golang
    
    ---------
    
    Co-authored-by: Akramdzhon Azamov <[email protected]>
    Co-authored-by: Andrei Kireev <[email protected]>
    Co-authored-by: Anil Keshav <[email protected]>
    Co-authored-by: Egor Balakin <[email protected]>
    Co-authored-by: Egor Balakin <[email protected]>
    Co-authored-by: Vyacheslav Starostin <[email protected]>
    Co-authored-by: Marcus Holl <[email protected]>
    Co-authored-by: Jk1484 <[email protected]>
    Co-authored-by: Jordi van Liempt <[email protected]>
    10 people authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9e64744 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. feat (npmExecuteScripts) enhance multi package publish from npm builds (

    #4579)
    
    * enabling publish to only publish sub packages
    
    * changing directory and then coming back to original after the publish runs
    
    * searching the glob tar and npmrc in the current directory
    
    * excluding build descriptor check and addtional target tool check
    
    * changing the npm pack before publish to run only in sub packages
    
    * removing commented code clean up
    
    * adding the correct npm pack
    
    * improve logging
    
    * fix error handling and a bit style fix
    
    * fix unit tests
    
    * remove commented lines
    
    * respecting build descriptor list when provided
    
    * improve docu for the step param
    
    * fixing linting issues
    
    * improve docu
    
    ---------
    
    Co-authored-by: Gulom Alimov <[email protected]>
    Co-authored-by: Jordi van Liempt <[email protected]>
    3 people authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    40e13f1 View commit details
    Browse the repository at this point in the history
  2. feat(mavenBuild): add the possibility to define stash groups need to …

    …be stashed/unstashed (#4573)
    
    * Add stash param to mavenBuild
    
    * go generate
    
    * Delete default stash group
    
    ---------
    
    Co-authored-by: Anil Keshav <[email protected]>
    vstarostin and anilkeshav27 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7ab2386 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    a50fad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. feat(artifactPrepareVersion): Support custom certificates (#4617)

    * Add CertificateDownload func to certutils package
    
    * Add customTlsCertificateLinks param for artifactPrepareVersion
    
    * Add the possibility to provide custom certs for artifactPrepareVersion
    
    * Update tests
    
    * Return back build flags
    
    * Return back build flags
    
    * Update pkg/certutils/certutils.go
    
    Apply suggestion from code review
    
    Co-authored-by: Christopher Fenner <[email protected]>
    
    ---------
    
    Co-authored-by: Christopher Fenner <[email protected]>
    vstarostin and CCFenner authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    14c7feb View commit details
    Browse the repository at this point in the history
  2. chore(vault): structure vault logs (#4627)

    * structure vault logs
    
    * Update client.go
    CCFenner authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    20e1fb5 View commit details
    Browse the repository at this point in the history
  3. Introduce filterRegex parameter for performance report publisher (#4555)

    * Update default_pipeline_environment.yml
    
    Add filterRegex parameter to jmeter configuration. Set it to an empty string as generated from pipelinesyntax reference in jenkins
    
    * Update testsPublishResults.groovy
    
    Add the filterRegex param to the publishJmeterReport plugin in testPublishResults
    
    * Update documentation to include filterRegex
    
    ---------
    
    Co-authored-by: Anil Keshav <[email protected]>
    Thilaknath and anilkeshav27 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e22671a View commit details
    Browse the repository at this point in the history
  4. gCTSExecuteABAPQualityCheck_namespace_objects (#4623)

    * Adapting unit test to run for packages with namespace
    
    * Handling classes with namespace
    
    * support namespace obj for ATC
    rinitagabahri authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4ff5271 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#4628)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
    - [Commits](golang/net@v0.15.0...v0.17.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>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d238a79 View commit details
    Browse the repository at this point in the history
  2. [tmsUpload, tmsExport] Provide additional log message on successful u…

    …pload and export to node (#4624)
    
    * Provide additional log message on successful upload and export to node
    
    ---------
    
    Co-authored-by: Oliver Feldmann <[email protected]>
    artembannikov and o-liver authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    09940e8 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update module github.com/hashicorp/vault to v1.14.1 [secur…

    …ity] (#4550)
    
    * fix(deps): update module github.com/hashicorp/vault to v1.14.3 [security]
    
    * update to v1.14.1 instead due to Go version
    
    * github.com/hashicorp/[email protected]
    
    * go mod tidy
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: jliempt <>
    Co-authored-by: Jordi van Liempt <[email protected]>
    renovate[bot] and jliempt authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3a90ee3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. CheckmarxOne: Fix 1st scan failed due to 403 forbiden (#4633)

    * fix(cxone): 1st scan failed due to 403 forbiden
    
    * fix(cxone): 1st scan failed due to 403 forbiden
    
    * fix(cxone): 1st scan failed due to 403 forbiden
    thtri authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    646d17b View commit details
    Browse the repository at this point in the history
  2. artifactPrepareVersion: support conditions for customTLSCertificateLi…

    …nks parameter (#4631)
    
    * Add conditions for customTlsCertificateLinks
    
    * go generate
    vstarostin authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3761a9f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Add new unified fields to Mend and Blackduck SARIF (#4611)

    * Add new unified fields to Mend and Blackduck SARIF
    
    * fmt project
    
    ---------
    
    Co-authored-by: Dmitrii Pavlukhin <[email protected]>
    andrew-kireev and dimaste authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    49f4c81 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    6331d1b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix(Vault): retry Vault request (EOF) errors (#4620)

    * retry Vault request errors and add extensive logging
    
    * fix sigsegv and change logging
    
    * refining logs
    
    * changing debug to info
    
    ---------
    
    Co-authored-by: jliempt <>
    Co-authored-by: Muhammadali Nazarov <[email protected]>
    jliempt and Jk1484 authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d05b53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0bd395 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. [tmsUpload, tmsExport] Minor: remove confusing comments (#4640)

    * Remove confusing comments in tmsClient.go
    artembannikov authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e11896c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    daf159a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Add warning message when cf native builds uses bg deployment (#4646)

    * Add warning message when cf native builds uses bg deployment
    
    ---------
    
    Co-authored-by: Oliver Feldmann <[email protected]>
    srinikitha09 and o-liver authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5dea623 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix(codeqlExecuteScan): exclude codeqlDB from uploaded sources to git…

    …hub (#4652)
    
    * fixed unzipping db sources without db dir
    
    * fixed tests
    daskuznetsova authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    df0c9c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    26bfec1 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. replace plus sign (#4656)

    Co-authored-by: Gulom Alimov <[email protected]>
    Googlom and Gulom Alimov authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    68d0349 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Splunk: Initialize Splunk client if dsn or prodCriblEndpoint provided (

    …#4653)
    
    * Initialize Splunk client if dsn or prodCriblEndpoint provided
    
    * Fix tests
    
    * Apply suggestions from code review
    
    * go generate
    
    ---------
    
    Co-authored-by: Christopher Fenner <[email protected]>
    vstarostin and CCFenner authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    59c2f75 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Include createBOM flag in MTA build (#4629)

    * Include createBOM flag in MTA build
    
    * Uncomment bom creation
    
    * Changed sbom path
    
    * Changed source path
    
    * Reverted source path and included folder path to bom
    
    * Test docker image
    
    * Test docker image
    
    * sbom name change
    
    * Removed the redundent log
    D074360 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ae7bfa5 View commit details
    Browse the repository at this point in the history
  2. feat (mavenBuild) allow flags to be modified during maven deploy (#4638)

    * allow flags to be modified during maven deploy
    
    * fix unit test
    
    * fix unit test 2
    anilkeshav27 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ef9b3d0 View commit details
    Browse the repository at this point in the history
  3. feat(dockerExecute): print docker image (#4534)

    * print docker image for dockerExecute
    
    * Update dockerExecute.groovy
    
    ---------
    
    Co-authored-by: Anil Keshav <[email protected]>
    Co-authored-by: Srinikitha Kondreddy <[email protected]>
    Co-authored-by: Jesse Awan <[email protected]>
    4 people authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    428afbb View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Remove logic related to Windows binary (#4659)

    * Remove building and publishing Windows binary
    
    * Remove logic related to Windows binary
    
    ---------
    
    Co-authored-by: Anil Keshav <[email protected]>
    vstarostin and anilkeshav27 authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    54604fb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. feat(npmExecuteScripts): added option to skip installing dev. deps. (#…

    …4660)
    
    * feat(npmExecuteScripts): added option to skip installing dev. deps.
    
    * added unit tests
    
    * setting of OpenFile function for local testing
    
    ---------
    
    Co-authored-by: Anil Keshav <[email protected]>
    Jk1484 and anilkeshav27 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f2b236c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fix(deps): update module golang.org/x/sync to v0.5.0 (#4589)

    * fix(deps): update module golang.org/x/sync to v0.5.0
    
    * go mod tidy
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: jliempt <>
    renovate[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f499e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a98742 View commit details
    Browse the repository at this point in the history
  3. Add scheduled status (#4668)

    * Add scheduled status
    
    * Add test
    
    * Improve log output
    DanielMieg authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6e2ecef View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix(cnbBuild): do not set supplementary groups for lifecycle (#4675)

    Co-authored-by: Johannes Dillmann <[email protected]>
    pbusko and modulo11 authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    63b7fd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix(deps): update module golang.org/x/crypto to v0.15.0 (#4664)

    * fix(deps): update module golang.org/x/crypto to v0.15.0
    
    * go mod tidy
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: jliempt <>
    renovate[bot] authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    69b35ff View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. add alias to serverUrl (#4670)

    Co-authored-by: Gulom Alimov <[email protected]>
    Googlom and Gulom Alimov authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a838f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca63318 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Bump CNB_PLATFORM_API to v0.12 (#4686)

    Co-authored-by: Philipp Stehle <[email protected]>
    Co-authored-by: Johannes Dillmann <[email protected]>
    3 people authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9596f54 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. add deprecation warning (#4691)

    Co-authored-by: Gulom Alimov <[email protected]>
    Googlom and Gulom Alimov authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0d6fb16 View commit details
    Browse the repository at this point in the history
  2. fix log downloading in GH orchestrator (#4683)

    Co-authored-by: Gulom Alimov <[email protected]>
    Googlom and Gulom Alimov authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0006f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0baa6a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. orchestrator(GHActions): align GetJobURL method with Piper's expectat…

    …ions (#4685)
    
    * Align build and job urls with what is expected by piper
    
    * Add comments, delete unused func
    
    * Clean up
    
    * Update tests
    
    * Update GetJobURL
    
    * Fix test
    
    * Update
    
    * Clean up
    vstarostin authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c6c02fc View commit details
    Browse the repository at this point in the history
  2. Allow cALM service key for cTMS steps (#4661)

    * Allow cALM service keys
    
    * Fix typo
    
    Co-authored-by: Srinikitha Kondreddy <[email protected]>
    
    * fix typo
    
    Co-authored-by: Srinikitha Kondreddy <[email protected]>
    
    * Hardcode tms endpoint in calm test case
    
    * Add new serviceKey parameter
    
    * Use new serviceKey parameter
    
    With deprecation warning if old tmsServiceKey parameter is used
    
    * Add unit tests and optimise
    
    * Remove tms from service key log message
    
    * Apply suggestions from code review
    
    Co-authored-by: Artem Bannikov <[email protected]>
    
    * Remove unused json fields mapping
    
    * Apply review suggestion
    
    * Apply further review suggestions
    
    * Use new parameter name in groovy
    
    * Generate again
    
    * Fix groovy test
    
    ---------
    
    Co-authored-by: Srinikitha Kondreddy <[email protected]>
    Co-authored-by: Artem Bannikov <[email protected]>
    3 people authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    17de9ed View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. [ABAP] Refactor steps to allow API migration (#4687)

    * Initial API Manager
    
    * Intermediate part
    
    * Intermediate step
    
    * Fix utils tests
    
    * Adapt pull
    
    * Migrate Checkout
    
    * Refactor createTags
    
    * Refactoring
    
    * Setup tests for SAP_COM_0510
    
    * Add tests
    
    * Refactor parsing
    
    * Add retry to clone
    
    * refactor
    
    * Refactor and tests
    
    * Fix function call
    
    * Adapt create tag tests
    
    * Adapt tests
    
    * Add tests
    
    * Fix tests
    
    * Fix test
    
    * Fix client mock
    
    * Add unit test comments
    
    * Add missing parameters
    
    * Branch not mandatory for clone
    
    * Improve switch branch trigger
    
    ---------
    
    Co-authored-by: tiloKo <[email protected]>
    DanielMieg and tiloKo authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0a738e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fix logic of fetching golang private packages for `detectExecute step (

    …#4695)
    
    In #4595 a typo was committed that prevents Go private packages from
    being correctly set up in the `detectExecute` step
    
    Co-authored-by: Anil Keshav <[email protected]>
    silvestre and anilkeshav27 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2738a91 View commit details
    Browse the repository at this point in the history
  2. Use new env var (#4698)

    o-liver authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cce7c0d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. feat: Add imagePushToRegistry step (#4609)

    * imagePushToRegistry new step
    
    * adding copy and push functionality
    
    * including only copy correctly
    
    * groovy step for imagePushToRegistry
    
    * create .docker folder
    
    * imagePushToRegistry new step
    
    * adding copy and push functionality
    
    * including only copy correctly
    
    * groovy step for imagePushToRegistry
    
    * create .docker folder
    
    * fix CopyImage
    
    * test
    
    * test
    
    * Correct docker config path
    
    * Update
    
    * Update
    
    * Update
    
    * Update
    
    * Update
    
    * Use creds from Vault
    
    * Use creds from Vault
    
    * Use creds from Vault
    
    * Use creds from Vault
    
    * Test
    
    * Comment some logic
    
    * Test: move regexp logic
    
    * Test
    
    * Update
    
    * Update
    
    * Clean up
    
    * Update
    
    * Update
    
    * Update interface
    
    * Rename function
    
    * imagePushToRegistry: small refactoring (#4688)
    
    * imagePushToRegistry new step
    
    * adding copy and push functionality
    
    * including only copy correctly
    
    * groovy step for imagePushToRegistry
    
    * create .docker folder
    
    * Correct docker config path
    
    * Update
    
    * Update
    
    * Update
    
    * Update
    
    * Update
    
    * Use creds from Vault
    
    * Use creds from Vault
    
    * Use creds from Vault
    
    * Use creds from Vault
    
    * Test
    
    * Comment some logic
    
    * Test: move regexp logic
    
    * Test
    
    * Update
    
    * Update
    
    * Clean up
    
    * Update
    
    * Update
    
    ---------
    
    Co-authored-by: Keshav <[email protected]>
    Co-authored-by: Muhammadali Nazarov <[email protected]>
    
    * Update step yaml file
    
    * Update interface
    
    * Rename func
    
    * Update tests
    
    * Update interface, create mock methods, update tests
    
    * Update mock
    
    * Add md file
    
    * Fix groovy doc, unit test, go unit test
    
    * Update
    
    * Add unit tests
    
    * Support tagLatest param
    
    * Fetch source creds from Vault
    
    * Update yaml file
    
    * Support multiple images
    
    * Update test
    
    * Support copy images in parallel
    
    * Update yaml
    
    * Clean up
    
    * Return err if no creds provided
    
    * Fix tests
    
    * Add err msg
    
    * Add debug log
    
    * Do not use CPE for targetImages
    
    * Support platform
    
    * Delete Jenkins specific creds
    
    * Update groovy: do not handle Jenkins creds
    
    * Delete unused code
    
    * Fix: Support platform
    
    * Fix: Support platform
    
    * Apply suggestion from code review
    
    Co-authored-by: Egor Balakin <[email protected]>
    
    * Apply suggestion from code review
    
    Co-authored-by: Egor Balakin <[email protected]>
    
    * Add tests for parseDockerImageName
    
    * Add comment that tagArtifactVersion is not supported yet
    
    * Set limit of running goroutines
    
    * Fix: Set limit of running goroutines
    
    * The tagArtifactVersion is not supported yet
    
    ---------
    
    Co-authored-by: Muhammadali Nazarov <[email protected]>
    Co-authored-by: Egor Balakin <[email protected]>
    Co-authored-by: Vyacheslav Starostin <[email protected]>
    Co-authored-by: Vyacheslav Starostin <[email protected]>
    Co-authored-by: Egor Balakin <[email protected]>
    6 people authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8dc2a1b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. feat(codeqlExecuteScan): added params projectSettingsFile and globalS…

    …ettingsFile (#4702)
    
    * added settings file params
    
    * added checking build tool
    daskuznetsova authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    aab4de4 View commit details
    Browse the repository at this point in the history
  2. Add support for volume mounts (#4673)

    * Add support for volume mounts
    
    * Adatpt unit test to include VolumeMounts
    
    Co-authored-by: Ralf Pannemans <[email protected]>
    
    * Only accept volumeMounts with the name volume
    
    ---------
    
    Co-authored-by: Johannes Dillmann <[email protected]>
    Co-authored-by: Philipp Stehle <[email protected]>
    Co-authored-by: Anil Keshav <[email protected]>
    4 people authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6efb21b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    e6a7432 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    a6dccf9 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module golang.org/x/mod to v0.14.0 (#4665)

    * fix(deps): update module golang.org/x/mod to v0.14.0
    
    * go mod tidy
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: jliempt <>
    renovate[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    74242eb View commit details
    Browse the repository at this point in the history
  3. fix(deps): update module golang.org/x/oauth2 to v0.15.0 (#4666)

    * fix(deps): update module golang.org/x/oauth2 to v0.15.0
    
    * go mod tidy
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: jliempt <>
    renovate[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c1371b1 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update actions/setup-java action to v4 (#4709)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Jordi van Liempt <[email protected]>
    renovate[bot] and jliempt authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f58bc66 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update actions/setup-node action to v4 (#4710)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4725ce2 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#…

    …4689)
    
    Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/go-jose/go-jose/releases)
    - [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md)
    - [Commits](go-jose/go-jose@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-jose/go-jose/v3
      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: jliempt <>
    dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a342f49 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. imagePushToRegistry: update sourceImages and targetImages parameters (#…

    …4707)
    
    * Add imageTag param
    
    * Make imageTag mandatory if tagArtifactVersion is true && update logic
    
    * Make sourceRegistryURL mandatory if localDockerImagePath is not set
    
    * Make some param mandatoryIf
    
    * Change format of sourceImages param
    
    * Add source image tag
    
    * Update sourceImages and targetImages params
    
    * Delete unused function
    
    * Clean up tests
    
    * Update
    
    * Update metadata file
    
    * Update tests
    
    * Fix test
    
    * Fix tests
    vstarostin authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0838264 View commit details
    Browse the repository at this point in the history
  2. Cxone updated release (#4723)

    * Initial in progress
    
    * compiling but not yet functional
    
    * Missed file
    
    * updated checkmarxone step
    
    * Working up to fetching a project then breaks
    
    * Missed file
    
    * Breaks when retrieving projects+proxy set
    
    * Create project & run scan working, now polling
    
    * Fixed polling
    
    * added back the zipfile remove command
    
    * Fixed polling again
    
    * Generates and downloads PDF report
    
    * Updated and working, prep for refactor
    
    * Added compliance steps
    
    * Cleanup, reporting, added groovy connector
    
    * fixed groovy file
    
    * checkmarxone to checkmarxOne
    
    * checkmarxone to checkmarxOne
    
    * split credentials (id+secret, apikey), renamed pullrequestname to branch, groovy fix
    
    * Fixed filenames & yaml
    
    * missed the metadata_generated.go
    
    * added json to sarif conversion
    
    * fix:type in new checkmarxone package
    
    * fix:type in new checkmarxone package
    
    * removed test logs, added temp error log for creds
    
    * extra debugging to fix crash
    
    * improved auth logging, fixed query parse issue
    
    * fixed bug with group fetch when using oauth user
    
    * CWE can be -1 if not defined, can't be uint
    
    * Query also had CweID
    
    * Disabled predicates-fetch in sarif generation
    
    * Removing leftover info log message
    
    * Better error handling
    
    * fixed default preset configuration
    
    * removing .bat files - sorry
    
    * Cleanup per initial review
    
    * refactoring per Gist, fixed project find, add apps
    
    * small fix - sorry for commit noise while testing
    
    * Fixing issues with incremental scans.
    
    * removing maxretries
    
    * Updated per PR feedback, further changes todo toda
    
    * JSON Report changes and reporting cleanup
    
    * removing .bat (again?)
    
    * adding docs, groovy unit test, linter fixes
    
    * Started adding tests maybe 15% covered
    
    * fix(checkmarxOne): test cases for pkg and reporting
    
    * fix(checkmarxOne):fix formatting
    
    * feat(checkmarxone): update interface with missing method
    
    * feat(checkmarxone):change runStep signature to be able to inject dependency
    
    * feat(checkmarxone): add tests for step (wip)
    
    * Adding a bit more coverage
    
    * feat(checkmarxOne): fix code review
    
    * feat(checkmarxOne): fix code review
    
    * feat(checkmarxOne): fix code review
    
    * feat(checkmarxOne): fix integration test PR
    
    * adding scan-summary bug workaround, reportgen fail
    
    * enforceThresholds fix when no results passed in
    
    * fixed gap when preset empty in yaml & project conf
    
    * fixed another gap in preset selection
    
    * fix 0-result panic
    
    * fail when no preset is set anywhere
    
    * removed comment
    
    * initial project-under-app support
    
    * fixing sarif reportgen
    
    * some cleanup of error messages
    
    * post-merge test fixes
    
    * revert previous upstream merge
    
    * adding "incremental" to "full" triggers
    
    * wrong boolean
    
    * project-in-application api change prep
    
    * Fixing SARIF report without preset access
    
    * fix sarif deeplink
    
    * removing comments
    
    * fix(cxone):formatting
    
    * fix(cxone):formatting
    
    ---------
    
    Co-authored-by: thtri <[email protected]>
    Co-authored-by: Thanh-Hai Trinh <[email protected]>
    3 people authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f39dec6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix(codeqlExecuteScan): filter quality issues for SAST to pass/fail (#…

    …4703)
    
    * added filtering issues by tag
    
    * added optional group of issues
    
    * fixed tests
    
    ---------
    
    Co-authored-by: sumeet patil <[email protected]>
    daskuznetsova and sumeetpatil authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    405e42a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5ed26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6587808 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Fix sidecar conditionals (#4672)

    * fix sidecar conditionals
    
    Co-authored-by: Philipp Stehle <[email protected]>
    
    * Fix unit tests
    
    Co-authored-by: Ralf Pannemans <[email protected]>
    
    * Consider parameter used in conditions of sidecars
    
    Co-authored-by: Philipp Stehle <[email protected]>
    
    ---------
    
    Co-authored-by: Johannes Dillmann <[email protected]>
    Co-authored-by: Philipp Stehle <[email protected]>
    3 people authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cd8c93e View commit details
    Browse the repository at this point in the history
  2. docs: update gatlingExecuteTests example (#4726)

    There is no testModule parameter in gatlingExecuteTests, the correct parameter to be used is pomPath
    burreo authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c3d420a View commit details
    Browse the repository at this point in the history
  3. Revert "Fix sidecar conditionals (#4672)" (#4727)

    This reverts commit cd8c93e.
    jliempt authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0b585ed View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. fix(checkmarx):disable failOnMissingReports (#4713)

    * fix(checkmarx):disable failOnMissingReports
    
    * fix(checkmarx):disable failOnMissingReports
    
    ---------
    
    Co-authored-by: sumeet patil <[email protected]>
    thtri and sumeetpatil authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    13a97c8 View commit details
    Browse the repository at this point in the history
  2. SAP_COM_0948 (#4715)

    * SAP_COM_0948 clone, pull & checkout
    
    * Fix log output
    
    * Enable compatibility for old tests
    
    * Fix tests
    
    * Add tests for SAP_COM_0948
    
    * Change message
    
    * Add tags for test
    
    * add retry for error code 501
    
    ---------
    
    Co-authored-by: tiloKo <[email protected]>
    DanielMieg and tiloKo authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    dbc3d41 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. fix(codeqlExecuteScan): init empty GitHub repo before mirroring code (#…

    …4714)
    
    * added initializing empty repo
    
    * updated go.mod
    
    * updated go.mod
    
    * updated go.sum
    
    * updated go.mod
    
    * updated go.mod
    
    * updated go.mod
    
    ---------
    
    Co-authored-by: sumeet patil <[email protected]>
    daskuznetsova and sumeetpatil authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    439a7ad View commit details
    Browse the repository at this point in the history