Skip to content

Commit 3d78644

Browse files
authored
Fix sonatype datasource name. (#218)
Datasource names are normalized before being passed to REGO, and dashes become underscores.
1 parent 842cd07 commit 3d78644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: v1
33
type: data-source
4-
name: sonatype_oss_index
4+
name: sonatype-oss-index
55
context: {}
66
rest:
77
def:

0 commit comments

Comments
 (0)