Skip to content

Commit 5c9a74c

Browse files
Create policy.xml
1 parent a5f3789 commit 5c9a74c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

policies/policy.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Default Policy
2+
3+
# codescanning:
4+
# level: notes
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+
24+
# General Dependency Alerts
25+
dependencies:
26+
conditions:
27+
names:
28+
# Dependency Name (manager + name), best to use as this makes sure that
29+
#  the right package manager is used
30+
- maven:com.dstsystems
31+
warnings:
32+
ids:
33+
- Maintenance
34+
- Organization
35+
36+
# secretscanning:
37+
# level: all

0 commit comments

Comments
 (0)