greenbone / gsad

Greenbone Security Assistant HTTP Server - The server talking to the Greenbone Vulnerability Management daemon (gvmd).
GNU Affero General Public License v3.0
11 stars 14 forks source link

Add: a get_trash command for every resource type #162

Closed mattmundell closed 6 months ago

mattmundell commented 8 months ago

What

Split the get_trash command into multiple commands.

Why

This allows GSA to run the commands simultaneously, which means that the GMP requests happen concurrently. With a single get_trash command each GMP request would have to wait for the previous request to finish.

References

Similar PR for scan configs: greenbone/gsad/pull/146

github-actions[bot] commented 8 months ago

Conventional Commits Report

Type Number
Added 2

:rocket: Conventional commits found.

mattmundell commented 6 months ago

Looks good! You may want to resolve the conflicts to include the new resource type report_configs.

Thanks, resolved.