docs(connectors): document the Qualys Host Tags filter - #15668
Merged
Maffooch merged 1 commit intoAug 14, 2026
Conversation
Adds a Host Tags subsection to the Qualys connector reference and a v3.2.200 changelog entry. Calls out that tag names are matched exactly, since Qualys supports no wildcards on tag names and the JFrog Repository Filter two sections above does accept them. Does not state what Qualys returns for a tag name that matches nothing. That was not verified against a live subscription, so the wording holds either way.
blakeaowens
approved these changes
Aug 14, 2026
Maffooch
approved these changes
Aug 14, 2026
devGregA
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the new Qualys connector Host Tags filter, and adds the v3.2.200 changelog entry.
The filter takes a comma-separated list of Qualys asset tag names. It scopes discovery to hosts carrying any of them, and the scope is sent to Qualys rather than applied afterwards.
The notes state that tag names match exactly and that wildcards are not supported. The JFrog Xray Repository Filter two sections above does accept
*, so the difference needs stating or a reader will assume it works here too.The docs do not say what Qualys returns for a tag name matching nothing. That was not verified against a live subscription, so the wording holds either way.
Story: sc-14374