greenbone / ospd

OSPd is a framework for vulnerability scanners which share the same communication protocol: OSP (Open Scanner Protocol)
GNU Affero General Public License v3.0
30 stars 36 forks source link

Fix get_status (backport #471) #472

Closed mergify[bot] closed 3 years ago

mergify[bot] commented 3 years ago

This is an automatic backport of pull request #471 done by Mergify. Cherry-pick of a682e99b93d57f89356b127d85990140834b1eb6 has failed:

On branch mergify/bp/master/pr-471
Your branch is up to date with 'origin/master'.

You are currently cherry-picking commit a682e99.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
    modified:   ospd/ospd.py

Unmerged paths:
  (use "git add <file>..." to mark resolution)
    both modified:   ospd/scan.py

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options
More conditions and actions can be found in the [documentation](https://docs.mergify.io/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport ` will backport this PR on `` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.io/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.io/
codecov[bot] commented 3 years ago

Codecov Report

Merging #472 (bf0b74f) into main (93aee16) will decrease coverage by 0.00%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #472      +/-   ##
==========================================
- Coverage   75.25%   75.25%   -0.01%     
==========================================
  Files          23       23              
  Lines        2675     2683       +8     
==========================================
+ Hits         2013     2019       +6     
- Misses        662      664       +2     
Impacted Files Coverage Δ
ospd/scan.py 91.91% <75.00%> (-0.55%) :arrow_down:
ospd/ospd.py 73.38% <100.00%> (+0.04%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 93aee16...bf0b74f. Read the comment docs.