R. Kloe
3cad6ac2cd
feat: allow uploading multiple boms ( #3900 )
...
* WIP: Adapt bom names
* + WIP: Adapt bom filenames
* Upgrade cyclonedx gradle plugin and use cyclonedxBom config parameters
* Fix unit tests - use correct name in bom creation
* Fix pythonBuild bom name
* introduce and use npmBomFilename const
* Introduce and use mvnBomFilename const
* Introduce and use gradleBomFilename const
* Use build-tool names for bom suffix
* + Adapt tests (build tool suffix)
* Use BOM schema version 1.2 in gradleExecuteBuild
* Pin version of cyclonedx-maven-plugin to 2.7.1
* Adapt generated files
* Fix integration tests
* Fix integration tests
* Fix gradle build integration tests
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2022-08-01 13:38:49 +02:00
Vyacheslav Starostin
79b07e625b
Add linting capability to step ``golangBuild
`` ( #3903 )
...
* add golangci-lint functionality
* fix log typos
* fix golangci-lint install dir
* log golangci-lint output report
* specify golangci-lint version, as recommended
* log spelling consistency
* clean code
* refactor golangci-lint runner
* fail build if linter found issues
* fix bug where exit status can't be derived from nil error
* refactor runGolangciLint
* refactor retrieveGolangciLint
* uncomment golang tests
* Use FileWrite method from utils
* Add tests
* Fix test
* fix typo
* alter runLinter param name, improve docs
* undo commenting RunTests...
* alter runLinter name in generated and tests too
* fix variable name (thanks code climate)
* Add usage of ‘go install’ instead of ‘curl’
* Fix tests
* Add usage of functionality of http pkg
* Update tests
* Update tests
* Add usage of piperhttp pkg && update tests
* Add DownloadFile method
* Update tests
Co-authored-by: Jordi van Liempt <35920075+jliempt@users.noreply.github.com>
2022-07-27 11:22:35 +06:00
Ashly Mathew
3c288e81ad
fix (golang) : publish binaries to custom in cpe ( #3767 )
...
Signed-off-by: Ashly Mathew <ashly.mathew@sap.com>
2022-05-05 15:06:42 +02:00
Ashly Mathew
823ef47db6
Golang build publish binaries and add group id ( #3749 )
...
* Add golang binaries to CPE and add groupID in coordinates
Signed-off-by: Ashly Mathew <ashly.mathew@sap.com>
* Introducing binaries as artifacts
Signed-off-by: Ashly Mathew <ashly.mathew@sap.com>
2022-05-05 12:39:59 +02:00
Pavel Busko
2740f00134
added missing git credentials handling
...
Co-authored-by: Gareth Evans <g.evans@sap.com>
2022-04-26 09:38:49 +02:00
Oliver Nocon
504f076613
feat: support cpe credentials for multiple repos ( #3641 )
2022-03-17 08:01:00 +01:00
Oliver Nocon
6247c5dddd
feat(buildsettings): golang and future tools ( #3561 )
...
Co-authored-by: Christian Volk <christian.volk@sap.com>
2022-02-21 09:16:48 +01:00
Christian Volk
25abbe42cc
feat(golangBuild): upload reports to GCS ( #3550 )
...
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2022-02-17 17:56:45 +01:00
Christian Volk
5aa9661db6
feat(kanikoExecute): preparation for multi-arch builds ( #3515 )
...
* feat(kanikoExecute): preparation for multi-arch builds
* missing files
2022-02-09 10:17:34 +01:00
Siarhei Pazdniakou
4660f3a311
feat(golangBuild): add BOM creation ( #3496 )
...
* Added BOM creation
* Fix cyclonedx install
* undo config.yml changes
* metadata was updated
* Update golangBuild.go
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2022-02-08 09:23:33 +01:00
Christian Volk
ed7323175d
feat(golangBuild): publish to subfolder ( #3503 )
...
* feat(golangBuild): publish to subfolder
* edge case handling
* fix
2022-02-04 15:22:57 +01:00
Christian Volk
f432d8455c
fix(golangBuild): targetRepositoryUrl ( #3502 )
...
* fix(golangBuild): targetRepositoryUrl
* regen
2022-02-04 12:18:35 +01:00
Oliver Nocon
42b9c2ce48
Revert "fix(golangBuild): keep track of the artifactversion in binary names ( #3498 )" ( #3499 )
...
This reverts commit ec783b0da6
.
2022-02-03 11:23:34 +01:00
Christian Volk
ec783b0da6
fix(golangBuild): keep track of the artifactversion in binary names ( #3498 )
...
* fix(golangBuild): keep track of the artifactversion in binary names
* improve the naming scheme
2022-02-02 17:30:56 +01:00
Christian Volk
78dac5973b
feat(golangBuild): add support for publishing binaries ( #3495 )
2022-02-02 15:44:51 +01:00
Christian Volk
880be73a4c
feat(golangBuild): support private modules ( #3471 )
...
* feat(golangBuild): support private module repositories
2022-01-31 10:45:40 +01:00
Oliver Nocon
9a78fabc89
feat(golangBuild): add new step for building go ( #3178 )
...
* feat(golangBuild): add new step for building go
* chore(golangBuild): increase test coverage
* remove indirect dependencies
* cleanup go.sum
* chore: remove trailing spaces
* chore(golangBuild): cleanup params, add groovy wrapper
* fix: update docker options
* update docs
* update installation according to https://golang.org/doc/go-get-install-deprecation
* fix: update installation
* update groovy test exclusion
* Update vars/golangBuild.groovy
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
* update branch
* address PR feedback
* fix compilation error
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
2021-12-06 16:17:59 +01:00