Skip to content

Commit fb71e9e

Browse files
Update README.md
Updated readme.md to show updated workflow action names
1 parent 856ee00 commit fb71e9e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ DevOps scanning tools (MSDO) in your own environment.</b><br>
3535
Create a new repository in your org called <code>MSDO-Security</code> (or a name of your choosing),<br>and copy these files from this repository:
3636
<ul>
3737
<li><code>.github/workflows/msdo-main-pipeline.yml</code></li>
38-
<li><code>.github/workflows/msdo-reusable.yml</code></li>
39-
<li><code>.github/workflows/secret-scanning.yml</code></li>
38+
<li><code>.github/workflows/msdo-dynamic-scanning.yml</code></li>
39+
<li><code>.github/workflows/msdo-credscan.yml</code></li>
40+
<li><code>.github/workflows/msdo-gitleaks.yml</code></li>
41+
<li><code>.github/workflows/msdo-trufflehog.yml</code></li>
4042
<li><code>.github/actions/upload-sarif/ ← composite action for native SARIF upload</code></li>
4143
<li><code>gitleaks.toml ← centralized scanning config </code></li>
4244
</ul>
@@ -62,8 +64,8 @@ DevOps scanning tools (MSDO) in your own environment.</b><br>
6264
<table border="1" cellpadding="5">
6365
<tr><th>Workflow Name</th><th>Purpose</th></tr>
6466
<tr><td><code>msdo-main-pipeline.yml</code></td><td>Orchestrates all security scans + uploads</td></tr>
65-
<tr><td><code>msdo-reusable.yml</code></td><td>Performs MSDO scans on infra/code/containers</td></tr>
66-
<tr><td><code>msdo-secret-scanning.yml</code></td><td>Runs <code>credscan</code> for secret detection</td></tr>
67+
<tr><td><code>msdo-dynamic-scanning.yml</code></td><td>Performs MSDO scans on infra/code/containers</td></tr>
68+
<tr><td><code>msdo-credscan.yml</code></td><td>Runs <code>credscan</code> with <code>.gdnsettings</code> config for secret detection</td></tr>
6769
<tr><td><code>msdo-trufflehog.yml</code></td><td>Runs <code>Trufflehog</code> to detect passwords and secrets using entropy and regex-based rules</td></tr>
6870
<tr><td><code>msdo-gitleaks.yml</code></td><td>Git-aware secret scanning using Gitleaks</td></tr>
6971
<tr><td><code>upload-sarif action</code></td><td>Composite action to upload SARIF locally</td></tr>

0 commit comments

Comments
 (0)