You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/dependency-scanning/index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
---
2
2
title: 'Dependency Scanning'
3
3
description: 'Learn how to identify and remediate vulnerabilities in your project dependencies using Snyk, Dependabot, and native package manager tools.'
4
+
category:
5
+
name: 'Security'
6
+
slug: 'security'
7
+
publishedAt: '2025-01-24'
8
+
updatedAt: '2025-01-24'
9
+
author:
10
+
name: 'DevOps Daily Team'
11
+
slug: 'devops-daily-team'
12
+
tags:
13
+
- Security
14
+
- DevSecOps
15
+
- Dependency Scanning
16
+
- Vulnerabilities
17
+
- Supply Chain
4
18
---
5
19
6
20
Modern applications rely heavily on third-party dependencies—often 80-90% of your codebase consists of external packages. This creates a massive attack surface: a single vulnerable dependency can compromise your entire application.
0 commit comments