Skip to content

Commit b422f7f

Browse files
authored
Merge pull request #821 from The-DevOps-Daily/fix/dependency-scanning-missing-metadata
fix: Add missing metadata to Dependency Scanning guide
2 parents 09abb7b + 4e3e034 commit b422f7f

File tree

1 file changed

+14
-0
lines changed
  • content/guides/dependency-scanning

1 file changed

+14
-0
lines changed

content/guides/dependency-scanning/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
---
22
title: 'Dependency Scanning'
33
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
418
---
519

620
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

Comments
 (0)