cyberark / secretless-broker

Secure your apps by making them Secretless
Apache License 2.0
232 stars 42 forks source link

Update to support latest version usage of dependencies #1468

Closed ismarc closed 2 years ago

ismarc commented 2 years ago

Desired Outcome

Unpinned internal dependencies needed for automated releases will have issues when there are indirect dependencies that are specified as latest. This applies the pattern that corrects the issue and allows go mod to properly parse the go.mod files of dependencies

Implemented Changes

Definition of Done

Changelog

Test coverage

Documentation

Behavior

Security

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 2c34a0cf 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 40.1% (0.0% change).

View more on Code Climate.