Skip to content

add: support agent support bundle encryption - #1376

Merged
greenbonebot merged 1 commit into
mainfrom
add/agent-support-bundle-encryption
Sep 4, 2026
Merged

add: support agent support bundle encryption#1376
greenbonebot merged 1 commit into
mainfrom
add/agent-support-bundle-encryption

Conversation

@ozgen

@ozgen ozgen commented Sep 4, 2026

Copy link
Copy Markdown
Member

What

  • Add the optional encryption parameter to get_agent_support_bundle.
  • Default to encrypted support bundles when the parameter is not provided.
  • Add tests for requesting encrypted and plain support bundles.

Why

  • Allow python-gvm clients to choose between encrypted and plain agent support bundles.
  • Keep the existing encrypted behavior backward compatible.

References

GEA-2040

Checklist

  • Tests

Add the optional `encryption` parameter to `get_agent_support_bundle`.

Default to encrypted support bundles and allow requesting a plain support
bundle by setting `encryption` to `0`.

Add tests for the new parameter.
@ozgen
ozgen requested a review from a team as a code owner September 4, 2026 08:14
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 89591fd.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@greenbonebot
greenbonebot enabled auto-merge (rebase) September 4, 2026 08:14
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Conventional Commits Report

Type Number
Added 1

🚀 Conventional commits found.

@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.37%. Comparing base (2b42a13) to head (89591fd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1376   +/-   ##
=======================================
  Coverage   98.37%   98.37%           
=======================================
  Files         104      104           
  Lines        6787     6788    +1     
  Branches     1231     1231           
=======================================
+ Hits         6677     6678    +1     
  Misses         77       77           
  Partials       33       33           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@greenbonebot
greenbonebot merged commit b567bd8 into main Sep 4, 2026
26 checks passed
@greenbonebot
greenbonebot deleted the add/agent-support-bundle-encryption branch September 4, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants