We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f3789 commit 5c9a74cCopy full SHA for 5c9a74c
policies/policy.xml
@@ -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
21
+ - Other
22
+ - NA
23
24
+# General Dependency Alerts
25
+dependencies:
26
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
32
33
+ - Maintenance
34
+ - Organization
35
36
+# secretscanning:
37
+# level: all
0 commit comments