Job Script Syntax
Zirkul scripts are command executed by the Agent
Quick Tutorial
Variables
var var_name = 'The value here'echo var_name
'The value here'
echo 'The value for the variable is "{{var_name}}"'
'The value for the variable is "The value here"'Targets
target 123
[ ! ] Target loaded successfully: 150
echo target.id
123
echo 'The target name is: {{target.name}}'
The target name is: CICD test
# Print all target properties
echo target
Current target:
==================================================
id => 150
target_type => 'Web Application'
owner => <not set>
name => 'CICD test'
description => 'This is a description'
created_date => '2023-05-23 19:32:42'
created_by_api => False
created_by => '[email protected]'
last_modified_date => '2023-05-23 19:32:42'
last_modified_by_api => False
last_modified_by => '[email protected]'
Attributes:
cmdb_id => <not set>
Compliance:
rating => 'A+'
critical => 0
high => 0
medium => 0
low => 0
informational => 0Scans
Web scan with Zirkul Scanner
Plugins
Publishing results
Last updated