dependabot[bot]
fe1068b778
build(deps): bump github.com/docker/docker ( #4319 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.17+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v20.10.17...v20.10.24 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 08:44:25 +02:00
Egor Balakin
ff5eddfb7c
orchestrator: fix TestGitHubActions flaky test ( #4495 )
...
* fix data race
* fix test
---------
Co-authored-by: Egor Balakin <egor.balakin@sap.com>
2023-08-03 14:25:15 +02:00
aibaend1
a247dc2694
adding verbose log of cyclonedx ( #4492 )
...
* adding log of cyclonedx
* fix test
* fix integration test
* fix assertion of test
---------
Co-authored-by: asadu <aibyn_sadu@epam.com>
2023-08-02 13:47:06 +06:00
Ashly Mathew
cc080c8ce6
Enhance step documentation ( #4490 )
2023-07-31 11:15:39 +02:00
sumeet patil
08d22a62e2
fix(checkmarxOne): added missing report ( #4482 )
...
* fix(checkmarxOne): added missing report
* added missing files after go generate
2023-07-27 09:35:54 +02:00
Daria Kuznetsova
84dead704b
added querySuite to codeql audit report ( #4485 )
2023-07-25 15:50:26 +03:00
M
fe6ef4a269
chore(stash): add .cds file for SAP CAP ( #4483 )
...
* chore(stash): add .cds file for SAP CAP
2023-07-25 11:18:44 +05:30
thtri
c339f32d97
fix(checkmarxOne): changed json report ( #4478 )
...
* fix(checkmarxOne): changed json report
2023-07-21 10:16:25 +05:30
tiloKo
f9f1b59894
Abap environment build tag support ( #4479 )
...
* Hand over Tag to bf
---------
Co-authored-by: rosemarieB <45030247+rosemarieB@users.noreply.github.com>
2023-07-20 15:57:57 +02:00
Daria Kuznetsova
e117067a66
fix(codeqlExecuteScan): changed audit report format ( #4474 )
...
Co-authored-by: sumeet patil <sumeet.patil@sap.com>
2023-07-19 19:16:05 +05:30
Akramdzhon Azamov
b703995917
feat(detectExecuteScan): deprecating parameter scanOnChanges ( #4473 )
...
Co-authored-by: sumeet patil <sumeet.patil@sap.com>
2023-07-19 15:25:17 +05:30
Daniel Mieg
994e87479d
ABAP: Add details for EOF errors ( #4442 )
...
* Add details for EOF errors
* Add testcase
* remove test
* Add unit test
2023-07-18 09:05:53 +02:00
triThirty
d0e587729d
fix(helmExecute): only expand environment variables start with PIPER_VAULTCREDENTIAL_ ( #4468 )
...
* only expand environment variables start with PIPER_VAULTCREDENTIAL_
* use VaultCredentialEnvPrefixDefault instead of hard coding
* go fmt
---------
Co-authored-by: Vyacheslav Starostin <vyacheslav.starostin@sap.com>
2023-07-17 14:16:17 +06:00
Vyacheslav Starostin
3d63ce235c
Add the possibility to push data to Splunk Prod ( #4459 )
...
* Add Splunk Prod
* Update test data
* Update naming
* Unit-test: update naming
* Fix
* Fix typo
* Fix test
* go generate
2023-07-14 19:19:57 +06:00
Christopher Fenner
2be4461cde
Update vault.go ( #4464 )
...
Co-authored-by: Anil Keshav <anil.keshav@sap.com>
2023-07-14 09:50:20 +02:00
Ralf Pannemans
146c77df52
fix(helmExecute) allowWhitespaces in AdditionalParams again ( #4466 )
2023-07-13 16:40:57 +02:00
Ashly Mathew
9a0b84a953
Pin version of golang BOM to 1.4.0 ( #4462 )
2023-07-12 17:49:11 +02:00
Dmitrii Pavlukhin
ef98a4351f
Unification of audit status in blackduck sarif ( #4450 )
...
* added unified status value
* added-unified-status
* added-unified-status
* added-unified-status
2023-07-12 14:22:19 +02:00
triThirty
c105b2129b
helmExecute: Grab values from environment variables ( #4374 )
...
* Grab values from environment variables
* use os.ExpandEnv in RunHelmUpgrade function
* use os.ExpandEnv in RunHelmUpgrade function
* use os.ExpandEnv in RunHelmUpgrade function
* Extract new logic to separate func && update tests
---------
Co-authored-by: Mao <bruce.mao@sap.com>
Co-authored-by: Vyacheslav Starostin <32613074+vstarostin@users.noreply.github.com>
2023-07-12 13:14:03 +06:00
Daria Kuznetsova
96f5508c8a
fix(codeqlExecuteScan): moved flag checkIfCompliance ( #4443 )
...
* moved checkForCompliance flag, updated description of sarif check params
* added generated codeqlExecuteScan
* moved appending reports before checking for compliance
---------
Co-authored-by: sumeet patil <sumeet.patil@sap.com>
2023-07-11 22:02:54 +05:30
Ashly Mathew
34202c708f
fix(npm): Introduce installation for cyclone-node-npm in another folder and fallback to cyclonedx/bom to help users generate BOM ( #4390 )
...
* Test
* Try omit
* Introduce global installation and fallback
* Extract to a separate function
* Fix unit tests
* Add root permissions for docker image for Azure
* Install in another folder
* fix unit tests
* Cleanup
* introduce back --no-save,change directory name, fix tests
* add tmp folder to npmignore
* change docker image for guage
* Revert "change docker image for guage"
This reverts commit 45ac7ca9bc
.
2023-07-11 16:18:20 +02:00
Ashly Mathew
d631b98a41
chore(test): update docker image used for Gauge integration tests ( #4458 )
...
* Change gauge tests docker image to node buster
2023-07-11 15:47:57 +02:00
Anil Keshav
bca2a17cae
fix(ci): add conditional coverage upload to CodeClimate ( #4455 )
...
* separating the unit test and test upload
* enhacing conditions
* making the condition more strict to run on pr from a local branch
* enhacing condition when unit test are successfull
* removing condition for previous step checks
* pinning gauge to 1.4.3 for regression test
* reverting integration test
2023-07-11 10:39:35 +02:00
renovate[bot]
07ca063ee0
chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.10 ( #4446 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-10 10:32:25 +02:00
Alexander Link
500c42860f
Stash via Utils.stash ( #4380 )
...
We should use Utils.stash instead of native steps.stash calls (Jenkins)
since important logging is missing.
The default Jenkins stash step does not log any metadata like
stash name, patterns, etc.
2023-07-07 14:35:14 +02:00
Alexander Link
1e9d8dfe98
Unstash via Utils.unstash ( #4381 )
...
We should only unstash using the Utils class.
The Jenkins unstash step does not log which stash was unstashed.
2023-07-07 14:00:44 +02:00
Pavel Busko
610e212306
feat(cnbBuild) Add support for pre and post-buildpacks ( #4448 )
...
* Add pre and post buildpacks
Co-authored-by: Johannes Dillmann <j.dillmann@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
* fix integration tests
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
* simplify if clauses
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
---------
Co-authored-by: Johannes Dillmann <j.dillmann@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
2023-07-06 11:34:05 +02:00
renovate[bot]
b9bb5265ca
chore(deps): update actions/cache action to v3 ( #4439 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 12:08:14 +02:00
renovate[bot]
9b1aebfd13
chore(deps): update actions/setup-java action to v3 ( #4436 )
...
* chore(deps): update actions/setup-java action to v3
* Apply suggestions from code review
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
2023-07-05 11:35:34 +02:00
renovate[bot]
380144b457
chore(deps): update actions/setup-go action to v4 ( #4435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 10:14:28 +02:00
renovate[bot]
3e0da62a0b
chore(deps): update actions/checkout action to v3 ( #4440 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-04 17:34:16 +02:00
dependabot[bot]
fa11eb47aa
build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 ( #4307 )
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.2...v1.1.5 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jordi van Liempt <35920075+jliempt@users.noreply.github.com>
2023-07-04 16:10:54 +02:00
renovate[bot]
920c2480e7
chore(deps): update actions/stale action to v8 ( #4438 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-04 15:53:40 +02:00
dependabot[bot]
c7ab4240e9
build(deps): bump github.com/docker/distribution ( #4359 )
...
Bumps [github.com/docker/distribution](https://github.com/docker/distribution ) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases )
- [Commits](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/distribution
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jordi van Liempt <35920075+jliempt@users.noreply.github.com>
2023-07-04 13:00:11 +00:00
renovate[bot]
8fe1d5553e
chore(deps): update actions/setup-python action to v4 ( #4437 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-04 14:35:44 +02:00
Pavel Busko
13f1e94ade
fix(cnbBuild): read dockerConfigJSON from CPE and merge it with user-provided ( #4444 )
...
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
2023-07-04 14:19:02 +02:00
Pavel Busko
1befaa80a2
fix(cnbBuild): correctly construct docker config using credentials ( #4441 )
...
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
2023-07-03 08:55:06 +00:00
Pavel Busko
d8dacda121
feat(cnbBuild): support setting registry username and password via parameters ( #4426 )
...
* feat(cnbBuild): support setting registry username and password via parameters
* fix gitops integration test assertion
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
* Update integration/integration_gitops_test.go
---------
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
2023-06-30 12:02:35 +00:00
renovate[bot]
a614923e18
chore: Configure Renovate ( #4351 )
...
* Add renovate.json
* Update and rename renovate.json to .github/renovate.json
* Update renovate.json
* Update renovate.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
2023-06-30 13:32:32 +02:00
Jk1484
30d82e920d
fix(kaniko): Update documentation ( #4405 )
...
* replacing mandatory if to mandatory.
* Revert "replacing mandatory if to mandatory."
This reverts commit f98ab5f0ff
.
* Update documentation
* go generate
* Update documentation
* go generate
---------
Co-authored-by: Ashly Mathew <ashly.mathew@sap.com>
Co-authored-by: Vyacheslav Starostin <vyacheslav.starostin@sap.com>
2023-06-29 14:11:34 +06:00
Jordi van Liempt
bc2cdd18b8
fix(url-logger): Enable access log generation for mavenBuild ( #4421 )
...
Co-authored-by: I557621 <jordi.van.liempt@sap.com>
2023-06-28 09:27:08 +02:00
Christopher Fenner
9c23cb3820
Update verify-go.yml ( #4425 )
2023-06-27 17:29:59 +02:00
Jk1484
4d182e9516
adding tag for running of unit tests ( #4416 )
2023-06-26 20:19:36 +05:00
Marcus Holl
244beccb59
refactor(dockerExecuteOnKubernetes ): dedicated method for invalidating stashes ( #4284 )
...
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
2023-06-26 09:56:18 +02:00
Anil Keshav
a9bab48557
feat (url-logger) Implement logic for a selection classifier ( #4411 )
...
* forcing the urls finder to relaxed
* adding a classifier map
* passing the stepName to the kaniko command executor bundle
* pass stepName to maven utils for mavenBuild
* improve enabling of Maven access log generation
* Revert "improve enabling of Maven access log generation"
This reverts commit 80b77223cd
.
* Revert "pass stepName to maven utils for mavenBuild"
This reverts commit a4f99ae160
.
* use reflection to update command stepName for mavenBuild
* Revert "use reflection to update command stepName for mavenBuild"
This reverts commit ef85c78669
.
---------
Co-authored-by: I557621 <jordi.van.liempt@sap.com>
Co-authored-by: Jordi van Liempt <35920075+jliempt@users.noreply.github.com>
2023-06-26 08:47:11 +02:00
Andrei Kireev
ae4550d0dd
fix(detectExecuteScan) Fixed problem with duplication of maven command ( #4412 )
...
* Fixed problem with duplication of maven command
* go fmt
2023-06-23 14:24:03 +02:00
Dmitrii Pavlukhin
f81b473723
fix(detectExecuteScan): Fix license incorrect fail with FailOn parameter ( #4415 )
...
Co-authored-by: Andrei Kireev <andrei.kireev@sap.com>
2023-06-21 11:48:00 +05:30
Daria Kuznetsova
6eb4c2e72d
fix(codeqlExecuteScan): added waiting for the SARIF file upload ( #4409 )
...
* added waiting for the sarif file uploaded & tests
* increased polling time, added timeout for waiting response from server & tests
* fixed handling error while waiting sarif uploaded
* added params for checking sarif uploaded & refactor
* added test logs
* fixed logs and test
* added returning missed error
* changed params descriptions and server response error processing processing
* fixed retrying logic
* increased polling timeout params & refactored
2023-06-20 15:50:28 +03:00
Marcus Holl
8b36ae70e7
Adjust npmExecuteLint (output-format, print output to console) ( #4407 )
...
* Adjust npmExecuteLint (output-format, print output to console)
Co-authored-by: Srinikitha Kondreddy <srinikitha.kondreddy@sap.com>
2023-06-19 12:04:37 +02:00
Marcus Holl
799853e791
[refactor] avoid code duplication when invoking eslint ( #4401 )
2023-06-15 12:27:38 +02:00