Skip to content

Commit de52736

Browse files
authored
Update github-advanced-security-dependency-scanning-troubleshoot.md
1 parent b3adbdf commit de52736

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/repos/security/github-advanced-security-dependency-scanning-troubleshoot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Learn how to troubleshoot dependency scanning issues in GitHub Advanced Security
2020

2121
[!INCLUDE [github-advanced-security-prerequisites](includes/github-advanced-security-prerequisites.md)]
2222

23-
## Manual dependency scanning task set up
23+
## Manual dependency scanning task setup
2424

2525
>[!TIP]
2626
> For the most accurate scanning results, add the dependency scanning task after the build steps or package restore step in a pipeline that builds the code you wish to scan.
@@ -37,6 +37,8 @@ Add the `Advanced Security Dependency Scanning` task to your pipeline.
3737

3838
:::image type="content" source="media/dependency-scanning-config-classic.png" lightbox="media/dependency-scanning-config-classic.png" alt-text="Screenshot of dependency scanning pipeline setup for classic pipelines.":::
3939

40+
---
41+
4042
## Dependency scanning not identifying any components
4143
If the dependency scanning task is completing without flagging any components and failing to generate alerts for components with known vulnerabilities, ensure that you at have a package restore step before the `AdvancedSecurity-Dependency-Scanning@1` task.
4244

0 commit comments

Comments
 (0)