Skip to content

Commit 8937b8c

Browse files
authored
Merge pull request #1801 from zapbot/update-site-content
Update site content
2 parents f1d1ff8 + bc25f1b commit 8937b8c

File tree

14 files changed

+67
-34
lines changed

14 files changed

+67
-34
lines changed

addons/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ <h1 class="text--white">ZAP Marketplace</h1>
522522
<a class="no-border" title="Repository" href="https://github.com/zaproxy/zap-extensions/" target="_blank" rel="noopener noreferrer"><img alt="Repository" src="/img/addons/source.png" /></a>
523523

524524

525-
<a class="no-border" title="Download" href="https://github.com/zaproxy/zap-extensions/releases/download/automation-v0.50.0/automation-beta-0.50.0.zap" target="_blank" rel="noopener noreferrer"><img alt="Download" src="/img/addons/download.png" /></a>
525+
<a class="no-border" title="Download" href="https://github.com/zaproxy/zap-extensions/releases/download/automation-v0.51.0/automation-beta-0.51.0.zap" target="_blank" rel="noopener noreferrer"><img alt="Download" src="/img/addons/download.png" /></a>
526526

527527

528528

@@ -535,7 +535,7 @@ <h1 class="text--white">ZAP Marketplace</h1>
535535
automation
536536
</td>
537537
<td align="center">
538-
0.50.0
538+
0.51.0
539539
</td>
540540
<td >
541541
beta
@@ -544,7 +544,7 @@ <h1 class="text--white">ZAP Marketplace</h1>
544544
ZAP Dev Team
545545
</td>
546546
<td align="center">
547-
2025-06-20
547+
2025-07-17
548548
</td>
549549
</tr>
550550

docs/desktop/addons/automation-framework/environment/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,10 @@ <h1 id="automation-framework---environment">Automation Framework - Environment</
18831883
exclude: # List of tech to exclude, as per https://www.zaproxy.org/techtags/ (just use last names)
18841884
include: # List of tech to include, should only be used when targeting specific techs, the exclude takes precedence when configuring the context.
18851885
structure:
1886-
structuralParameters: # List of names of structural parameters.
1886+
structuralParameters: # List of names of structural parameters
1887+
dataDrivenNodes: # List of data driven nodes
1888+
- name: # String, name of the data driven node
1889+
regex: # String, regex of the data driven node, must contain 2 or 3 regex groups
18871890
users: # List of one or more users available to use for authentication
18881891
- name: # String, the name to be used by the jobs
18891892
credentials: # List of user credentials - may include any required for scripts

docs/desktop/addons/automation-framework/gui/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,6 +1859,11 @@ <h2 id="automation-tab">Automation Tab <a class="header-link" href="#automation-
18591859
<h3 id="plan-sub-tab">Plan sub-tab <a class="header-link" href="#plan-sub-tab"><svg class="fill-current o-60 hover-accent-color-light" height="22px" viewBox="0 0 24 24" width="22px" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" fill="currentColor"/></svg></a></h3>
18601860
<p>A graphical representation of the plan which also shows the state of the plan when it is run.<br>
18611861
You can edit any of the elements of the plan by double clicking on them.</p>
1862+
<p>You can also change the following general job options via the plan table:</p>
1863+
<ul>
1864+
<li>Enabled - only jobs that are enabled will run.</li>
1865+
<li>Always Run - enabled jobs with this option will run even if the plan exits early.</li>
1866+
</ul>
18621867

18631868
<h3 id="output-sub-tab">Output sub-tab <a class="header-link" href="#output-sub-tab"><svg class="fill-current o-60 hover-accent-color-light" height="22px" viewBox="0 0 24 24" width="22px" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" fill="currentColor"/></svg></a></h3>
18641869
<p>Any output generated when you load or run the plan.</p>

docs/desktop/addons/automation-framework/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,6 @@ <h2 id="file-paths">File Paths <a class="header-link" href="#file-paths"><svg cl
18921892
<p>All file and directory paths can either be absolute or relative to the directory containing the plan. Relative paths are recommended for portability.</p>
18931893

18941894
<h2 id="jobs">Jobs <a class="header-link" href="#jobs"><svg class="fill-current o-60 hover-accent-color-light" height="22px" viewBox="0 0 24 24" width="22px" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" fill="currentColor"/></svg></a></h2>
1895-
<p>The jobs can be enabled/disabled through the GUI and the automation plan, with the <code>enabled</code> flag. Jobs are enabled by default.</p>
18961895
<p>The following automation jobs are supported by this add-on:</p>
18971896
<ul>
18981897
<li><a href="/docs/desktop/addons/automation-framework/job-ascanconfig/">activeScan-config</a> - configures the active scanner</li>
@@ -1904,6 +1903,13 @@ <h2 id="jobs">Jobs <a class="header-link" href="#jobs"><svg class="fill-current
19041903
<li><a href="/docs/desktop/addons/automation-framework/job-exitstatus/">exitStatus</a> - sets ZAP&rsquo;s exit code based on scan results</li>
19051904
</ul>
19061905

1906+
<h3 id="gen-options">General Job Options <a class="header-link" href="#gen-options"><svg class="fill-current o-60 hover-accent-color-light" height="22px" viewBox="0 0 24 24" width="22px" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" fill="currentColor"/></svg></a></h3>
1907+
<p>The following options can be applied to all jobs, via the automation plan or the <a href="/docs/desktop/addons/automation-framework/gui/">GUI</a>:</p>
1908+
<ul>
1909+
<li><code>enabled</code> - only jobs that are enabled will run.</li>
1910+
<li><code>alwaysRun</code> - enabled jobs with this option will run even if the plan exits early.</li>
1911+
</ul>
1912+
19071913
<h3 id="importance-of-job-order">Importance of Job Order <a class="header-link" href="#importance-of-job-order"><svg class="fill-current o-60 hover-accent-color-light" height="22px" viewBox="0 0 24 24" width="22px" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" fill="currentColor"/></svg></a></h3>
19081914
<p>The order of jobs is relevant and important. For example:</p>
19091915
<ul>

0 commit comments

Comments
 (0)