Skip to content

Commit 9f08fb0

Browse files
committed
Deployed dd539d5 to . with MkDocs 1.6.1
1 parent 1491add commit 9f08fb0

File tree

8 files changed

+263
-253
lines changed

8 files changed

+263
-253
lines changed

codacy-api/examples/triggering-dast-scans/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="Instructions on how to trigger DAST/App using the API.">
1212

1313

14-
<meta http-equiv="last-modified" content="2025-07-01 09:36:51">
14+
<meta http-equiv="last-modified" content="2025-09-30 13:00:34">
1515

1616

1717
<link rel="canonical" href="https://docs.codacy.com/codacy-api/examples/triggering-dast-scans/">
@@ -4807,7 +4807,13 @@ <h2 id="trigger-dast-analysis-scans">Trigger DAST analysis scans<a class="header
48074807
<li><strong>ORGANIZATION:</strong> Name of the organization on the Git provider. For example, <code>codacy</code>. You must have admin permissions over the organization on the Git provider.</li>
48084808
<li><strong>DAST_TARGET_ID:</strong> Identifier of a DAST target to analyze (obtained in the <a href="./#creating-targets">previous section</a>. For example, <code>457</code>. You must have admin permissions over the organization on the Git provider.</li>
48094809
</ul>
4810-
<p>Scans occur asynchronously. To monitor an ongoing scan you can use the <a href="../../../organizations/managing-security-and-risk/#app-scanning">target management page in Codacy</a>. Once completed, you can access all scan results by navigating to the <strong>Security dashboard</strong>, selecting the <strong>Findings tab</strong> and filtering by <strong>Scan types &gt; DAST/App scanning</strong>.</p>
4810+
<p>Scans occur asynchronously. To monitor an ongoing scan you can use the <a href="../../../organizations/managing-security-and-risk/#app-scanning">target management page in Codacy</a>. Once completed, you can access all scan results by navigating to the <strong>Security dashboard</strong>, selecting the <strong>Findings tab</strong> and filtering by <strong>Scan types &gt; DAST/App scanning</strong>, or by clicking on a configured target to expand all of that target's results.
4811+
Additionaly, you can use the <code>SearchSRMItems</code> endpoint to filter findings by their DAST target URL with the following request:
4812+
<div class="highlight"><pre><span></span><code>curl<span class="w"> </span>-X<span class="w"> </span>POST<span class="w"> </span>https://app.codacy.com/api/v3/organizations/gh/codacy/security/items/search<span class="w"> </span><span class="se">\</span>
4813+
<span class="w"> </span>-H<span class="w"> </span><span class="s2">&quot;Accept: application/json&quot;</span><span class="w"> </span><span class="se">\</span>
4814+
<span class="w"> </span>-H<span class="w"> </span><span class="s2">&quot;api-token: {API_KEY}&quot;</span><span class="w"> </span><span class="se">\</span>
4815+
<span class="w"> </span>-d<span class="w"> </span><span class="s1">&#39;{&quot;statuses&quot;:[&quot;OnTrack&quot;,&quot;Overdue&quot;,&quot;DueSoon&quot;],&quot;dastTargetUrls&quot;:[&quot;example.com]}&#39;</span>
4816+
</code></pre></div></p>
48114817

48124818

48134819

@@ -4964,7 +4970,7 @@ <h3>Share your feedback 📢</h3>
49644970
<div class="md-source-date">
49654971
<small>
49664972

4967-
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 1, 2025</span>
4973+
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 30, 2025</span>
49684974

49694975
</small>
49704976
</div>

feed_rss_created.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

feed_rss_updated.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
211 KB
Loading

organizations/managing-security-and-risk/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="The Security and risk management feature helps you quickly identify, track, and address security across your organization by automatically opening time-bound, prioritized findings whenever security problems are detected in your organization repositories, in your connected Jira instance, or as a result of penetration testing.">
1212

1313

14-
<meta http-equiv="last-modified" content="2025-07-01 09:36:51">
14+
<meta http-equiv="last-modified" content="2025-09-30 13:00:34">
1515

1616

1717
<link rel="canonical" href="https://docs.codacy.com/organizations/managing-security-and-risk/">
@@ -5458,6 +5458,10 @@ <h3 id="how-to-scan-a-target">How to scan a target<a class="headerlink" href="#h
54585458
<p class="admonition-title">Note</p>
54595459
<p>Currently, DAST findings are only visible to admin and organization admin roles.</p>
54605460
</div>
5461+
<h3 id="findings-results-for-your-dast-scans">Findings results for your DAST scans<a class="headerlink" href="#findings-results-for-your-dast-scans" title="Permanent link">#</a></h3>
5462+
<p>As previously mentioned, once a scan completes, results will be available under the <strong>Findings</strong> tab. Use the <strong>Scan types &gt; DAST/App scanning</strong> filter to view relevant findings.
5463+
Additionaly, you can click on a configured target to expand all of that target's results.</p>
5464+
<p><img alt="DAST target results" src="../images/security-risk-management-app-scanning-see-results.png" /></p>
54615465
<p>Follow our <a href="https://roadmap.codacy.com">roadmap</a> for updates on this feature.</p>
54625466

54635467

@@ -5615,7 +5619,7 @@ <h3>Share your feedback 📢</h3>
56155619
<div class="md-source-date">
56165620
<small>
56175621

5618-
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 1, 2025</span>
5622+
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 30, 2025</span>
56195623

56205624
</small>
56215625
</div>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)