Skip to content

Commit 28cdc42

Browse files
authored
feat(security): Create default.yml
1 parent a569522 commit 28cdc42

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

security/default.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Advanced Security Policy
2+
3+
codescanning:
4+
level: error
5+
6+
# Dependency Security Alters
7+
dependabot:
8+
level: high
9+
10+
# Dependency Licensing Alerts
11+
licensing:
12+
conditions:
13+
ids:
14+
- GPL-*
15+
- LGPL-*
16+
- AGPL-*
17+
18+
warnings:
19+
# Warning is the dependency isn't known
20+
ids:
21+
- Other
22+
- NA
23+
- None
24+
- NOASSERTION
25+
26+
secretscanning:
27+
level: all

0 commit comments

Comments
 (0)