Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add support for sending scan reports to an Azure Service bus. #1052

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

preslavgerchev
Copy link
Contributor

Allows sending reports to an azure service bus queue or a topic.

~/go/bin/cnspec scan --output-target https://test-bus-azure.servicebus.windows.net/msg-queue --output json
~/go/bin/cnspec scan --output-target https://test-bus-azure.servicebus.windows.net/msg-topic --output json

Currently, this only supports default azure auth currently (which is done via the AZ cli). Future extension to support other type of auth (via secret/cert) will require more work

Signed-off-by: Preslav <preslav@mondoo.com>
Copy link
Member

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @preslavgerchev

@chris-rock chris-rock merged commit 7676446 into main Jan 17, 2024
9 checks passed
@chris-rock chris-rock deleted the preslav/azure-sbus-handler branch January 17, 2024 14:43
@github-actions github-actions bot locked and limited conversation to collaborators Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants