|
1 | 1 | --- |
2 | 2 | title: 'fortify/github-action' |
3 | | -fcli_version: 0.20260312.164558-dev_v3.x |
| 3 | +fcli_version: 0.20260312.180612-dev_v3.x |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | <!DOCTYPE html> |
|
17 | 17 | </head> |
18 | 18 | <body class="article toc2 toc-left"> |
19 | 19 |
|
20 | | -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260312.164558-dev_v3.x" %} |
| 20 | +{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20260312.180612-dev_v3.x" %} |
21 | 21 |
|
22 | 22 |
|
23 | 23 | <div id="header"> |
24 | 24 | <h1>fortify/github-action</h1> |
25 | 25 | <div class="subtitle">OpenText Core Application Security (Fortify on Demand)</div> |
26 | 26 | <div class="details"> |
27 | | -<span id="revnumber">version 0.20260312.164558-dev_v3.x</span> |
| 27 | +<span id="revnumber">version 0.20260312.180612-dev_v3.x</span> |
28 | 28 | </div> |
29 | 29 | <div id="toc" class="toc2"> |
30 | 30 | <div id="toctitle">Table of Contents</div> |
@@ -91,7 +91,7 @@ <h2 id="_quick_start_example"><a class="anchor" href="#_quick_start_example"></a |
91 | 91 | # security-events: write # Required for publishing security reports to GitHub Security tab |
92 | 92 | # pull-requests: write # Required if DO_PR_COMMENT is set to true |
93 | 93 | steps: |
94 | | - - uses: actions/checkout@v4 # Check out source code |
| 94 | + - uses: actions/checkout@v6 # Check out source code |
95 | 95 | - uses: actions/setup-<build-tool>@vX # Set up build tool(s) required to build your project |
96 | 96 | - uses: fortify/github-action@v3 # Run Fortify scans |
97 | 97 | env: |
@@ -146,7 +146,7 @@ <h3 id="_centralized_configuration_management"><a class="anchor" href="#_central |
146 | 146 | scan: |
147 | 147 | runs-on: ubuntu-latest |
148 | 148 | steps: |
149 | | - - uses: actions/checkout@v4 |
| 149 | + - uses: actions/checkout@v6 |
150 | 150 | - uses: fortify/github-action@v3.0.0 # Centrally managed version |
151 | 151 | env: |
152 | 152 | FOD_URL: ${{ vars.FOD_URL }} |
@@ -242,7 +242,7 @@ <h3 id="_setup_bootstrap"><a class="anchor" href="#_setup_bootstrap"></a>Setup & |
242 | 242 | <div class="title">Note</div> |
243 | 243 | </td> |
244 | 244 | <td class="content"> |
245 | | -Environment variables listed in the subsequent sections are for fcli 0.20260312.164558-dev_v3.x; 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.20260312.180612-dev_v3.x; 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. |
246 | 246 | </td> |
247 | 247 | </tr> |
248 | 248 | </table> |
@@ -609,8 +609,8 @@ <h2 id="_resources"><a class="anchor" href="#_resources"></a>Resources</h2> |
609 | 609 | </div> |
610 | 610 | <div id="footer"> |
611 | 611 | <div id="footer-text"> |
612 | | -Version 0.20260312.164558-dev_v3.x<br> |
613 | | -Last updated 2026-03-12 16:49:55 UTC |
| 612 | +Version 0.20260312.180612-dev_v3.x<br> |
| 613 | +Last updated 2026-03-12 18:09:55 UTC |
614 | 614 | </div> |
615 | 615 | </div> |
616 | 616 | </body> |
|
0 commit comments