Skip to content

Commit

Permalink
Merge pull request #95 from Ostorlab/release/0.11.3
Browse files Browse the repository at this point in the history
Release 0.11.3
  • Loading branch information
elyousfi5 authored Jul 24, 2024
2 parents dda4325 + 1d33b2b commit 0214176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ostorlab.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kind: Agent
name: nmap
version: 0.11.2
version: 0.11.3
image: images/logo.png
description: |
This repository is an implementation of [Ostorlab Agent](https://pypi.org/project/ostorlab/) for the [Nmap Scanner](https://github.com/projectdiscovery/nmap) by Project Discovery.
Expand Down Expand Up @@ -104,7 +104,7 @@ args:
description: "Template of timing settings (T0, T1, ... T5)."
value: "T3"
- name: "script_default"
type: "bool"
type: "boolean"
description: "Script scan, equivalent to --script=default"
value: true
- name: "scripts"
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def nmap_agent_top_ports(
),
utils_definitions.Arg(
name="top_ports",
type="int",
type="number",
value=json.dumps("420").encode(),
),
],
Expand Down
2 changes: 1 addition & 1 deletion tests/nmap_agent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def testAgentNmapOptions_withMaxNetworkMask_scansEachSubnet(
nmap_test_agent.settings.args = [
utils_definitions.Arg(
name="max_network_mask_ipv4",
type="int",
type="number",
value=json.dumps("32").encode(),
)
]
Expand Down

0 comments on commit 0214176

Please sign in to comment.