crowdsecurity / crowdsec

CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.
https://crowdsec.net
MIT License
8.1k stars 419 forks source link

lint: import statement order #3085

Closed mmetc closed 2 days ago

github-actions[bot] commented 2 weeks ago

@mmetc: There are no area labels on this PR. You can add as many areas as you see fit.

Details I am a bot created to help the [crowdsecurity](https://github.com/crowdsecurity) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/crowdsecurity/crowdsec/blob/master/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 10.71429% with 25 lines in your changes missing coverage. Please review.

Project coverage is 52.63%. Comparing base (a3bd9ba) to head (5518ec3). Report is 1 commits behind head on master.

Files Patch % Lines
pkg/acquisition/modules/appsec/appsec.go 0.00% 16 Missing :warning:
cmd/notification-file/main.go 0.00% 4 Missing :warning:
...on/modules/loki/internal/lokiclient/loki_client.go 0.00% 2 Missing :warning:
cmd/notification-sentinel/main.go 0.00% 1 Missing :warning:
pkg/exprhelpers/crowdsec_cti.go 0.00% 1 Missing :warning:
pkg/leakybucket/bayesian.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3085 +/- ## ======================================= Coverage 52.63% 52.63% ======================================= Files 284 284 Lines 35505 35491 -14 ======================================= - Hits 18687 18680 -7 + Misses 15004 14996 -8 - Partials 1814 1815 +1 ``` | [Flag](https://app.codecov.io/gh/crowdsecurity/crowdsec/pull/3085/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=crowdsecurity) | Coverage Δ | | |---|---|---| | [bats](https://app.codecov.io/gh/crowdsecurity/crowdsec/pull/3085/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=crowdsecurity) | `40.53% <0.00%> (-0.01%)` | :arrow_down: | | [unit-linux](https://app.codecov.io/gh/crowdsecurity/crowdsec/pull/3085/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=crowdsecurity) | `34.72% <7.40%> (ø)` | | | [unit-windows](https://app.codecov.io/gh/crowdsecurity/crowdsec/pull/3085/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=crowdsecurity) | `30.86% <10.71%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=crowdsecurity#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.