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 a569522 commit 28cdc42Copy full SHA for 28cdc42
security/default.yml
@@ -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
21
+ - Other
22
+ - NA
23
+ - None
24
+ - NOASSERTION
25
26
+secretscanning:
27
+ level: all
0 commit comments