We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d78644 commit 0c69133Copy full SHA for 0c69133
1 file changed
data-sources/security-insights.yaml
@@ -0,0 +1,21 @@
1
+---
2
+# NOTICE: THIS DATA SOURCE IS EXPERIMENTAL
3
+#
4
+# This is an experimental data source that loads the contents of
5
+# a repo's Security Insights file (https://github.com/ossf/security-insights-spec)
6
+# and exposes it to the rule evaluation engine.
7
+version: v1
8
+type: data-source
9
+name: securityinsights
10
+context: {}
11
+structured:
12
+ def:
13
+ "parse":
14
+ path:
15
+ file_name: SECURITY-INSIGHTS.yaml
16
+ alternatives:
17
+ - "SECURITY-INSIGHTS.yml"
18
+ - "security-insights.yaml"
19
+ - "security-insights.yml"
20
+ - "SECURITY_INSIGHTS.yaml"
21
+ - "SECURITY_INSIGHTS.yml"
0 commit comments