Skip to content

Commit a2f0f97

Browse files
authored
chore: updated dependency review settings
Updated dependency review configuration to fail only on high severity vulnerabilities and added comments for clarity.
1 parent cf867d9 commit a2f0f97

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
fail-on-severity: moderate
1+
# Dependency review configuration for GitHub Well-Architected Framework
2+
# Optimized for static site operations - balancing security with maintenance effort
23

3-
comment-summary-in-pr: always
4+
# Only fail on high severity vulnerabilities (includes both high and critical severity levels)
5+
fail-on-severity: high
46

5-
# allow-licenses:
6-
# - MIT
7+
# Always provide PR comments summarizing dependency changes
8+
comment-summary-in-pr: always
79

10+
# Only fail on runtime and unknown scope vulnerabilities
11+
# Development dependencies are excluded to reduce noise for this static site
812
fail-on-scopes:
9-
- development
1013
- runtime
1114
- unknown

0 commit comments

Comments
 (0)