Skip to content

Commit b6ab515

Browse files
committed
fix: update globs for security-scan-agent rule to include bun.lockb
- Modified the globs pattern in the security-scan-agent rule to support bun.lockb alongside existing lock files, enhancing compatibility for dependency scanning.
1 parent bd3cc13 commit b6ab515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cursor/rules/core/security-scan-agent.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This rule provides comprehensive security scanning for dependencies, complementing the dependency analysis rule with deep security insights including CVE analysis, license compliance, and supply chain risk assessment.
3-
globs: package.json package-lock.json yarn.lock pnpm-lock.yaml
3+
globs: (package.json|package-lock.json|yarn.lock|pnpm-lock.yaml|bun.lockb)
44
alwaysApply: false
55
---
66
# Security Scan Agent

0 commit comments

Comments
 (0)