You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,27 +84,27 @@ github-crawler:
84
84
# name of the indicator that will be reported for that repository in the output
85
85
- name: spring_boot_starter_parent_version
86
86
# name of the method to find the value in the file, pointing to one of the implementation classes of FileContentParser
87
-
method: findDependencyVersionInXml
87
+
type: findDependencyVersionInXml
88
88
# the parameters to the method, specific to each method type
89
89
params:
90
90
# findDependencyVersionInXml needs an artifactId as a parameter : it will find the version for that Maven artifact by doing a SAX parsing, even if the version is a ${variable} defined in <properties> section
91
91
artifactId: spring-boot-starter-parent
92
92
- name: spring_boot_dependencies_version
93
-
method: findDependencyVersionInXml
93
+
type: findDependencyVersionInXml
94
94
params:
95
95
artifactId: spring-boot-dependencies
96
96
#another file to parse..
97
97
Dockerfile:
98
98
- name: docker_image_used
99
99
# findFirstValueWithRegexpCapture needs a pattern as a parameter. The pattern needs to contain a group capture (see https://regexone.com/lesson/capturing_groups)
100
100
# the first match will be returned as the value for this indicator
0 commit comments