cyberark / secrets-provider-for-k8s

Cyberark secrets provider for k8s
Apache License 2.0
26 stars 11 forks source link

Automated Release Fix #461

Closed neil-k-zero closed 2 years ago

neil-k-zero commented 2 years ago

Desired Outcome

Ensure that the go.mod file matches the source code in the module and contains the latest version of dependencies. This will allow successive CI stages to have the necessary module requirements to run.

Implemented Changes

The go.mod file contains the latest upstream dependencies that the project requires. A Jenkins library function has been created to map the repos source code and execute go mod tidy in order to load all of the necessary packages.

Changelog

Test coverage

Documentation

Behavior

Security

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 8c10576b and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 89.2% (0.0% change).

View more on Code Climate.