Conversation
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuesgo.mod
OpenSSF ScorecardScorecard details
Scanned Files
|
Conventional Commits Report😢 No conventional commits found. 👉 Learn more about the conventional commits usage at Greenbone. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #305 +/- ##
==========================================
+ Coverage 56.59% 57.85% +1.26%
==========================================
Files 71 58 -13
Lines 4006 3028 -978
==========================================
- Hits 2267 1752 -515
+ Misses 1543 1147 -396
+ Partials 196 129 -67
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I slows down tests and has a lot of dependencies which create a lot of noise during dependabot updates.
d13da8c to
637c76b
Compare
|
As some deps were pinned at newer version, they still showed up in go mod tidy
go get -u -t ./... # update again to newest deps versions |
|
Note: Projects which still need to use testContainers can just define the content in the package where they are using openSearch with testcontainers: https://github.com/greenbone/opensight-golang-libraries/blob/e1516506d4c9afdf8de03c3a1d1c056a4d0defd4/pkg/openSearch/openSearchClient/opensearchTestContainer.go |
What
test: remove
testcontainersdependencyWhy
It slows down tests and has a lot of dependencies which create a lot of noise during dependabot updates.