2019-10-22 15:41:27 +02:00
|
|
|
module github.com/SAP/jenkins-library
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
Whitesource scan (MVP) (#1658)
* Whitesource MVP for Gradle, Golang, and NPM/Yarn
* Refactoring
* Refactor and cleanup, better error checking
* publish stepResults, use pkg/versioning, bubble up errors, add gomod versioning support
* Run gofmt and cleanup comments
* Resolve PR comments
* Update resources/metadata/whitesource.yaml
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
* Only determine project coordinates if they are missing
Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
* Gradle versioning artifact
* fix gradle artifact version regexp and refactor
* Fix token extraction from output buffer
* Fix some issues with pip and jsonfile versioning logic
* Remove useless spacing
* Remove unnecessary test file and fix naming style for JSONDescriptor
* Automatically download wss-unified-agent if file does not exist
* adds downloadVulnerabilityReport, checkSecurityViolations, minor refactoring
* adds config.ReportDirectoryName, improves readability
* Version-wide reporting for vulnerabilities and list of libraries.
* Refactor and improve build accuracy
* fix sed command
* Add includes file pattern config option
* Adds --exclude command line flag
* run go mod tidy and regenerate step framework
* Fix unit tests
* revert changes
* poll project status before downloading reports
* merge with master
* go mod tidy, go fmt, and fix whitesource unit test
* sync go.mod
* sync go.mod again
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2020-07-01 07:54:13 +02:00
|
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.2.0
|
2020-02-06 11:47:45 +02:00
|
|
|
github.com/GoogleContainerTools/container-diff v0.15.0
|
2020-05-28 11:04:28 +02:00
|
|
|
github.com/Jeffail/gabs/v2 v2.5.1
|
2020-05-25 19:48:59 +02:00
|
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
2020-06-04 13:52:19 +02:00
|
|
|
github.com/Microsoft/hcsshim v0.8.9 // indirect
|
|
|
|
github.com/bmatcuk/doublestar v1.3.1
|
2020-07-03 13:35:09 +02:00
|
|
|
github.com/containerd/containerd v1.3.6 // indirect
|
2020-06-24 10:04:05 +02:00
|
|
|
github.com/docker/docker v1.4.2-0.20200114201811-16a3519d870b // indirect
|
2020-07-31 12:38:00 +02:00
|
|
|
github.com/elliotchance/orderedmap v1.2.2
|
2020-06-18 14:50:46 +02:00
|
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
2020-05-28 11:04:28 +02:00
|
|
|
github.com/getsentry/sentry-go v0.6.1
|
2019-10-22 15:41:27 +02:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-05-28 11:04:28 +02:00
|
|
|
github.com/go-git/go-git/v5 v5.1.0
|
2020-07-03 13:35:09 +02:00
|
|
|
github.com/go-openapi/runtime v0.19.19
|
2020-05-28 11:04:28 +02:00
|
|
|
github.com/go-openapi/strfmt v0.19.5
|
2020-07-03 13:35:09 +02:00
|
|
|
github.com/google/go-cmp v0.5.0
|
|
|
|
github.com/google/go-containerregistry v0.1.1
|
2019-11-06 15:07:41 +02:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2020-02-18 16:19:50 +02:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-07-08 08:20:15 +02:00
|
|
|
github.com/hashicorp/vault/api v1.0.4
|
2020-07-03 13:35:09 +02:00
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
2020-05-28 11:04:28 +02:00
|
|
|
github.com/magiconair/properties v1.8.1
|
2020-06-04 13:52:19 +02:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
|
|
github.com/motemen/go-nuts v0.0.0-20200601065735-3df31f16cb2f
|
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2020-05-25 19:48:59 +02:00
|
|
|
github.com/piper-validation/fortify-client-go v0.0.0-20200206215926-532b5b150d22
|
2020-02-18 16:19:50 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-28 11:04:28 +02:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-04-21 09:16:08 +02:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2019-10-22 15:41:27 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-07-03 13:35:09 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-05-28 11:04:28 +02:00
|
|
|
github.com/testcontainers/testcontainers-go v0.5.1
|
2020-07-03 13:35:09 +02:00
|
|
|
github.com/xuri/efp v0.0.0-20200605144744-ba689101faaf // indirect
|
Whitesource scan (MVP) (#1658)
* Whitesource MVP for Gradle, Golang, and NPM/Yarn
* Refactoring
* Refactor and cleanup, better error checking
* publish stepResults, use pkg/versioning, bubble up errors, add gomod versioning support
* Run gofmt and cleanup comments
* Resolve PR comments
* Update resources/metadata/whitesource.yaml
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
* Only determine project coordinates if they are missing
Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
* Gradle versioning artifact
* fix gradle artifact version regexp and refactor
* Fix token extraction from output buffer
* Fix some issues with pip and jsonfile versioning logic
* Remove useless spacing
* Remove unnecessary test file and fix naming style for JSONDescriptor
* Automatically download wss-unified-agent if file does not exist
* adds downloadVulnerabilityReport, checkSecurityViolations, minor refactoring
* adds config.ReportDirectoryName, improves readability
* Version-wide reporting for vulnerabilities and list of libraries.
* Refactor and improve build accuracy
* fix sed command
* Add includes file pattern config option
* Adds --exclude command line flag
* run go mod tidy and regenerate step framework
* Fix unit tests
* revert changes
* poll project status before downloading reports
* merge with master
* go mod tidy, go fmt, and fix whitesource unit test
* sync go.mod
* sync go.mod again
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2020-07-01 07:54:13 +02:00
|
|
|
golang.org/x/mod v0.3.0
|
2020-07-03 13:35:09 +02:00
|
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
2020-04-21 09:16:08 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-07-03 13:35:09 +02:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200702021140-07506425bd67 // indirect
|
|
|
|
google.golang.org/grpc v1.30.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-06-04 13:52:19 +02:00
|
|
|
gopkg.in/ini.v1 v1.57.0
|
2020-06-25 10:59:30 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-10-22 15:41:27 +02:00
|
|
|
)
|