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

[Launch And Fetch Scheduled Report - Qualys] added outputs to the playbook #25862

Merged
merged 7 commits into from Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -480,7 +480,10 @@ inputs:
when SSL was used for the detection, “no” is returned when SSL was not used),
and FQDN if applicable.'
playbookInputQuery:
outputs: []
outputs:
- contextPath: Qualys.Report.VM.Launched
type: unknown
description: Launched VM scan.
tests:
- QualysVulnerabilityManagement-Test
fromversion: 5.5.0
@@ -1,22 +1,28 @@
Launches a scan and fetches the scan when it's ready.

## Dependencies

This playbook uses the following sub-playbooks, integrations, and scripts.

### Sub-playbooks
GenericPolling

* GenericPolling

### Integrations
QualysV2

* QualysV2

### Scripts

This playbook does not use any scripts.

### Commands

* qualys-vm-scan-fetch
* qualys-vm-scan-launch

## Playbook Inputs

---

| **Name** | **Description** | **Default Value** | **Required** |
Expand Down Expand Up @@ -58,9 +64,15 @@ This playbook does not use any scripts.
| mode | qualys-vm-scan-fetch - The verbosity of the scan results details. One verbosity mode may be specified: brief \(the default\) or extended. The brief output includes this information: IP address, DNS hostname, NetBIOS hostname, QID and scan test results if applicable. The extended output includes the brief output plus this extended information: protocol, port, an SSL flag \(“yes” is returned when SSL was used for the detection, “no” is returned when SSL was not used\), and FQDN if applicable. | | Optional |

## Playbook Outputs

---
There are no outputs for this playbook.

| **Path** | **Description** | **Type** |
| --- | --- | --- |
| Qualys.Report.VM.Launched | Launched VM scan. | unknown |

## Playbook Image

---

![Launch And Fetch VM Scan - Qualys](../doc_files/Launch_And_Fetch_VM_Scan_-_Qualys.png)
6 changes: 6 additions & 0 deletions Packs/qualys/ReleaseNotes/1_2_5.md
@@ -0,0 +1,6 @@

#### Playbooks

##### Launch And Fetch VM Scan - Qualys

- Added outputs to the playbook.
2 changes: 1 addition & 1 deletion Packs/qualys/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Qualys",
"description": "Qualys Vulnerability Management let's you create, run, fetch and manage reports, launch and manage vulnerability and compliance scans, and manage the host assets you want to scan for vulnerabilities and compliance",
"support": "xsoar",
"currentVersion": "1.2.4",
"currentVersion": "1.2.5",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down