Skip to content

Commit

Permalink
[Qualys V2] Add outputs to Launch And Fetch Scan Based Findings Repor…
Browse files Browse the repository at this point in the history
…t - Qualys (#25925)

* add outputs

* add readme docs
  • Loading branch information
DeanArbel committed Apr 18, 2023
1 parent cac68f3 commit cbeefeb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,20 @@ inputs:
description: For a scan report, the report content will be restricted to the specified
IPs/ranges. Multiple IPs and/or ranges are comma separated.
playbookInputQuery:
outputs: []
outputs:
- contextPath: InfoFile.Name
description: The file name.
- contextPath: InfoFile.EntryID
description: The ID for locating the file in the War Room.
- contextPath: InfoFile.Size
description: The size of the file (in bytes).
- contextPath: InfoFile.Type
description: The file type, as determined by libmagic (same as displayed in file
entries).
- contextPath: InfoFile.Extension
description: The file extension.
- contextPath: InfoFile.Info
description: Basic information about the file.
tests:
- QualysVulnerabilityManagement-Test
fromversion: 5.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,15 @@ This playbook does not use any scripts.

## Playbook Outputs
---
There are no outputs for this playbook.

| **Path** | **Type** | **Description** |
| --- | --- | --- |
| InfoFile.Name | unknown | The file name. |
| InfoFile.EntryID | unknown | The ID for locating the file in the War Room. |
| InfoFile.Size | unknown | The size of the file \(in bytes\). |
| InfoFile.Type | unknown | The file type, as determined by libmagic \(same as displayed in file entries\). |
| InfoFile.Extension | unknown | The file extension. |
| InfoFile.Info | unknown | Basic information about the file. |

## Playbook Image
---
Expand Down
6 changes: 6 additions & 0 deletions Packs/qualys/ReleaseNotes/1_2_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Launch And Fetch Scan Based Findings Report - Qualys

- Added *InfoFile* playbook outputs to **Launch And Fetch Scan Based Findings Report - Qualys** playbook.
2 changes: 1 addition & 1 deletion Packs/qualys/pack_metadata.json
Original file line number Diff line number Diff line change
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.3",
"currentVersion": "1.2.4",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit cbeefeb

Please sign in to comment.