Skip to content

Commit 99aae8b

Browse files
author
github-actions
committed
Update documentation for dev_feat.v3.x.aviator.26.2
1 parent 91c5d06 commit 99aae8b

File tree

450 files changed

+979
-979
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+979
-979
lines changed

dev-info.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Fortify CLI (fcli) Developer Information'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,13 +17,13 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>Fortify CLI (fcli) Developer Information</h1>
2525
<div class="details">
26-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
26+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2727
</div>
2828
<div id="toc" class="toc2">
2929
<div id="toctitle">Table of Contents</div>
@@ -1163,8 +1163,8 @@ <h3 id="_action_schema"><a class="anchor" href="#_action_schema"></a>Action sche
11631163
</div>
11641164
<div id="footer">
11651165
<div id="footer-text">
1166-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
1167-
Last updated 2026-03-06 14:13:27 UTC
1166+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
1167+
Last updated 2026-03-09 08:45:50 UTC
11681168
</div>
11691169
</div>
11701170
</body>

dev_feat.v3.x.aviator.26.2/action-development.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Fcli Action Development Guide'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,13 +17,13 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>Fcli Action Development Guide</h1>
2525
<div class="details">
26-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
26+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2727
</div>
2828
<div id="toc" class="toc2">
2929
<div id="toctitle">Table of Contents</div>
@@ -225,7 +225,7 @@ <h1>Fcli Action Development Guide</h1>
225225
</thead>
226226
<tbody>
227227
<tr>
228-
<td class="tableblock halign-left valign-top"><p class="tableblock">0.20260306.141327-dev_feat.v3.x.aviator.26.2</p></td>
228+
<td class="tableblock halign-left valign-top"><p class="tableblock">0.20260309.084550-dev_feat.v3.x.aviator.26.2</p></td>
229229
<td class="tableblock halign-left valign-top"><p class="tableblock">2.6.0</p></td>
230230
</tr>
231231
</tbody>
@@ -347,7 +347,7 @@ <h3 id="_schema_based_code_assistance"><a class="anchor" href="#_schema_based_co
347347
YAML files. If not, try closing and re-opening the YAML file, or consult the documentation of your IDE or YAML editor.</p>
348348
</div>
349349
<div class="paragraph">
350-
<p>As shown in the sample schema statements above, the current fcli version 0.20260306.141327-dev_feat.v3.x.aviator.26.2 supports
350+
<p>As shown in the sample schema statements above, the current fcli version 0.20260309.084550-dev_feat.v3.x.aviator.26.2 supports
351351
schema version <a href="https://fortify.github.io/fcli/schemas/action/fcli-action-schema-2.6.0.json">2.6.0</a>. Other
352352
fcli versions may support different schema versions. In general, fcli provides backward compatibility for earlier schema
353353
versions with the same schema major version range, and forward compatibility for later schema patch versions within the
@@ -6141,8 +6141,8 @@ <h3 id="_localrepo"><a class="anchor" href="#_localrepo"></a><code>localRepo</co
61416141
</div>
61426142
<div id="footer">
61436143
<div id="footer-text">
6144-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
6145-
Last updated 2026-03-06 14:16:23 UTC
6144+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
6145+
Last updated 2026-03-09 08:48:30 UTC
61466146
</div>
61476147
</div>
61486148
</body>

dev_feat.v3.x.aviator.26.2/ci/ado/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Fortify Azure DevOps Integration'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,13 +17,13 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>Fortify Azure DevOps Integration</h1>
2525
<div class="details">
26-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
26+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2727
</div>
2828
<div id="toc" class="toc2">
2929
<div id="toctitle">Table of Contents</div>
@@ -70,8 +70,8 @@ <h3 id="_opentext_core_application_security_fortify_on_demand"><a class="anchor"
7070
</div>
7171
<div id="footer">
7272
<div id="footer-text">
73-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
74-
Last updated 2026-03-06 14:17:16 UTC
73+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
74+
Last updated 2026-03-09 08:49:21 UTC
7575
</div>
7676
</div>
7777
</body>

dev_feat.v3.x.aviator.26.2/ci/ado/script/ast-workflow-fod.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'ast-workflow-script'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,14 +17,14 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>ast-workflow-script</h1>
2525
<div class="subtitle">OpenText Core Application Security (Fortify on Demand)</div>
2626
<div class="details">
27-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
27+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2828
</div>
2929
<div id="toc" class="toc2">
3030
<div id="toctitle">Table of Contents</div>
@@ -277,7 +277,7 @@ <h3 id="_setup_bootstrap"><a class="anchor" href="#_setup_bootstrap"></a>Setup &
277277
<div class="title">Note</div>
278278
</td>
279279
<td class="content">
280-
Environment variables listed in the subsequent sections are for fcli 0.20260306.141327-dev_feat.v3.x.aviator.26.2; if your bootstrap settings install another fcli version, please refer to to the fcli <a href="https://fortify.github.io/fcli/latest_dev/generic-actions.html#_ci">ci</a> action documentation for that version.
280+
Environment variables listed in the subsequent sections are for fcli 0.20260309.084550-dev_feat.v3.x.aviator.26.2; if your bootstrap settings install another fcli version, please refer to to the fcli <a href="https://fortify.github.io/fcli/latest_dev/generic-actions.html#_ci">ci</a> action documentation for that version.
281281
</td>
282282
</tr>
283283
</table>
@@ -593,8 +593,8 @@ <h2 id="_additional_resources"><a class="anchor" href="#_additional_resources"><
593593
</div>
594594
<div id="footer">
595595
<div id="footer-text">
596-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
597-
Last updated 2026-03-06 14:17:16 UTC
596+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
597+
Last updated 2026-03-09 08:49:21 UTC
598598
</div>
599599
</div>
600600
</body>

dev_feat.v3.x.aviator.26.2/ci/ado/script/ast-workflow-ssc.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'ast-workflow-script'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,14 +17,14 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>ast-workflow-script</h1>
2525
<div class="subtitle">OpenText Application Security (Fortify Software Security Center)</div>
2626
<div class="details">
27-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
27+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2828
</div>
2929
<div id="toc" class="toc2">
3030
<div id="toctitle">Table of Contents</div>
@@ -276,7 +276,7 @@ <h3 id="_setup_bootstrap"><a class="anchor" href="#_setup_bootstrap"></a>Setup &
276276
<div class="title">Note</div>
277277
</td>
278278
<td class="content">
279-
Environment variables listed in the subsequent sections are for fcli 0.20260306.141327-dev_feat.v3.x.aviator.26.2; if your bootstrap settings install another fcli version, please refer to to the fcli <a href="https://fortify.github.io/fcli/latest_dev/generic-actions.html#_ci">ci</a> action documentation for that version.
279+
Environment variables listed in the subsequent sections are for fcli 0.20260309.084550-dev_feat.v3.x.aviator.26.2; if your bootstrap settings install another fcli version, please refer to to the fcli <a href="https://fortify.github.io/fcli/latest_dev/generic-actions.html#_ci">ci</a> action documentation for that version.
280280
</td>
281281
</tr>
282282
</table>
@@ -620,8 +620,8 @@ <h2 id="_additional_resources"><a class="anchor" href="#_additional_resources"><
620620
</div>
621621
<div id="footer">
622622
<div id="footer-text">
623-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
624-
Last updated 2026-03-06 14:17:16 UTC
623+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
624+
Last updated 2026-03-09 08:49:21 UTC
625625
</div>
626626
</div>
627627
</body>

dev_feat.v3.x.aviator.26.2/ci/ado/script/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Fortify Azure DevOps Integration script'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,13 +17,13 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>Fortify Azure DevOps Integration script</h1>
2525
<div class="details">
26-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
26+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2727
</div>
2828
<div id="toc" class="toc2">
2929
<div id="toctitle">Table of Contents</div>
@@ -65,8 +65,8 @@ <h2 id="_opentext_core_application_security_fortify_on_demand"><a class="anchor"
6565
</div>
6666
<div id="footer">
6767
<div id="footer-text">
68-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
69-
Last updated 2026-03-06 14:17:16 UTC
68+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
69+
Last updated 2026-03-09 08:49:21 UTC
7070
</div>
7171
</div>
7272
</body>

dev_feat.v3.x.aviator.26.2/ci/github/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Fortify GitHub Actions Integration'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,13 +17,13 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>Fortify GitHub Actions Integration</h1>
2525
<div class="details">
26-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
26+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2727
</div>
2828
<div id="toc" class="toc2">
2929
<div id="toctitle">Table of Contents</div>
@@ -78,8 +78,8 @@ <h3 id="_opentext_core_application_security_fortify_on_demand"><a class="anchor"
7878
</div>
7979
<div id="footer">
8080
<div id="footer-text">
81-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
82-
Last updated 2026-03-06 14:17:16 UTC
81+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
82+
Last updated 2026-03-09 08:49:21 UTC
8383
</div>
8484
</div>
8585
</body>

dev_feat.v3.x.aviator.26.2/ci/github/v3.0.x/ast-action-fod.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'fortify/github-action'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,14 +17,14 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>fortify/github-action</h1>
2525
<div class="subtitle">OpenText Core Application Security (Fortify on Demand)</div>
2626
<div class="details">
27-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
27+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2828
</div>
2929
<div id="toc" class="toc2">
3030
<div id="toctitle">Table of Contents</div>
@@ -242,7 +242,7 @@ <h3 id="_setup_bootstrap"><a class="anchor" href="#_setup_bootstrap"></a>Setup &
242242
<div class="title">Note</div>
243243
</td>
244244
<td class="content">
245-
Environment variables listed in the subsequent sections are for fcli 0.20260306.141327-dev_feat.v3.x.aviator.26.2; if your bootstrap settings install another fcli version, please refer to to the fcli <a href="https://fortify.github.io/fcli/latest_dev/generic-actions.html#_ci">ci</a> action documentation for that version.
245+
Environment variables listed in the subsequent sections are for fcli 0.20260309.084550-dev_feat.v3.x.aviator.26.2; if your bootstrap settings install another fcli version, please refer to to the fcli <a href="https://fortify.github.io/fcli/latest_dev/generic-actions.html#_ci">ci</a> action documentation for that version.
246246
</td>
247247
</tr>
248248
</table>
@@ -609,8 +609,8 @@ <h2 id="_resources"><a class="anchor" href="#_resources"></a>Resources</h2>
609609
</div>
610610
<div id="footer">
611611
<div id="footer-text">
612-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
613-
Last updated 2026-03-06 14:17:16 UTC
612+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
613+
Last updated 2026-03-09 08:49:21 UTC
614614
</div>
615615
</div>
616616
</body>

dev_feat.v3.x.aviator.26.2/ci/github/v3.0.x/ast-action-ssc.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'fortify/github-action'
3-
fcli_version: 0.20260306.141327-dev_feat.v3.x.aviator.26.2
3+
fcli_version: 0.20260309.084550-dev_feat.v3.x.aviator.26.2
44
---
55

66
<!DOCTYPE html>
@@ -17,14 +17,14 @@
1717
</head>
1818
<body class="article toc2 toc-left">
1919

20-
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260306.141327-dev_feat.v3.x.aviator.26.2" %}
20+
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260309.084550-dev_feat.v3.x.aviator.26.2" %}
2121

2222

2323
<div id="header">
2424
<h1>fortify/github-action</h1>
2525
<div class="subtitle">OpenText Application Security (Fortify Software Security Center)</div>
2626
<div class="details">
27-
<span id="revnumber">version 0.20260306.141327-dev_feat.v3.x.aviator.26.2</span>
27+
<span id="revnumber">version 0.20260309.084550-dev_feat.v3.x.aviator.26.2</span>
2828
</div>
2929
<div id="toc" class="toc2">
3030
<div id="toctitle">Table of Contents</div>
@@ -241,7 +241,7 @@ <h3 id="_setup_bootstrap"><a class="anchor" href="#_setup_bootstrap"></a>Setup &
241241
<div class="title">Note</div>
242242
</td>
243243
<td class="content">
244-
Environment variables listed in the subsequent sections are for fcli 0.20260306.141327-dev_feat.v3.x.aviator.26.2; if your bootstrap settings install another fcli version, please refer to to the fcli <a href="https://fortify.github.io/fcli/latest_dev/generic-actions.html#_ci">ci</a> action documentation for that version.
244+
Environment variables listed in the subsequent sections are for fcli 0.20260309.084550-dev_feat.v3.x.aviator.26.2; if your bootstrap settings install another fcli version, please refer to to the fcli <a href="https://fortify.github.io/fcli/latest_dev/generic-actions.html#_ci">ci</a> action documentation for that version.
245245
</td>
246246
</tr>
247247
</table>
@@ -636,8 +636,8 @@ <h2 id="_resources"><a class="anchor" href="#_resources"></a>Resources</h2>
636636
</div>
637637
<div id="footer">
638638
<div id="footer-text">
639-
Version 0.20260306.141327-dev_feat.v3.x.aviator.26.2<br>
640-
Last updated 2026-03-06 14:17:16 UTC
639+
Version 0.20260309.084550-dev_feat.v3.x.aviator.26.2<br>
640+
Last updated 2026-03-09 08:49:21 UTC
641641
</div>
642642
</div>
643643
</body>

0 commit comments

Comments
 (0)