Skip to content

Commit

Permalink
Fixing DS108
Browse files Browse the repository at this point in the history
  • Loading branch information
barryyosi-panw committed Feb 22, 2025
1 parent 390ba67 commit 1dfbbc3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ args:
- name: domain
required: true
default: true
description: Domain to look up
description: Domain to look up.
scripttarget: 0
fromversion: 5.0.0
marketplaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ system: true
args:
- name: ArgumentExample
required: true
description: An example argument that will be passed into and used by the script
description: An example argument that will be passed into and used by the script.
scripttarget: 0
dependson: {}
timeout: 0s
Expand Down
4 changes: 2 additions & 2 deletions Packs/CommonScripts/Scripts/RemoteExec/RemoteExec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ system: true
args:
- name: system
required: true
description: Name of system on which to run the command
description: Name of system on which to run the command.
- name: cmd
required: true
description: Command to run
description: Command to run.
scripttarget: 0
dependson:
must:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ args:
- name: message
required: true
default: true
description: Message to send
description: Message to send.
scripttarget: 0
tests:
- No test
Expand Down
6 changes: 3 additions & 3 deletions Packs/CommonScripts/Scripts/ShowOnMap/ShowOnMap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ enabled: true
args:
- name: lat
default: true
description: Latitude (e.g. `32.064622`)
description: Latitude (e.g. `32.064622`).
- name: lng
description: Longitude (e.g. `34.774131`)
description: Longitude (e.g. `34.774131`).
- name: address
description: Address (e.g., `1600 Pennsylvania ave, DC`)
description: Address (e.g., `1600 Pennsylvania ave, DC`).
scripttarget: 0
fromversion: 5.0.0
marketplaces:
Expand Down

0 comments on commit 1dfbbc3

Please sign in to comment.