File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ job=$(basename ${KOKORO_JOB_NAME})
28
28
echo " coercing sponge logs..."
29
29
for xml in ` find . -name * -sponge_log.xml`
30
30
do
31
- echo " processing ${xml} "
32
31
class=$( basename ${xml} | cut -d- -f2)
33
32
dir=$( dirname ${xml} ) /${job} /${class}
34
33
text=$( dirname ${xml} ) /${class} -sponge_log.txt
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
set -eo pipefail
17
+ shopt -s nullglob
17
18
18
19
# # Get the directory of the build script
19
20
scriptDir=$( realpath $( dirname " ${BASH_SOURCE[0]} " ) )
@@ -46,7 +47,7 @@ function completenessCheck() {
46
47
# This is stripped from the output as it is not present in the flattened pom.
47
48
# Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.
48
49
msg " Generating dependency list using original pom..."
49
- mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep ' \[INFO] .*:.*:.*:.*:.*' | sed -e s/ \\ s-- \\ smodule .* // > .org-list.txt
50
+ mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep ' \[INFO] .*:.*:.*:.*:.*' | sed -e ' s/ -- .*//' > .org-list.txt
50
51
51
52
# Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
52
53
msg " Generating dependency list using flattened pom..."
@@ -70,7 +71,7 @@ function completenessCheck() {
70
71
set +e
71
72
72
73
error_count=0
73
- for path in $( find -name " .flattened-pom.xml" )
74
+ for path in ** / .flattened-pom.xml
74
75
do
75
76
# Check flattened pom in each dir that contains it for completeness
76
77
dir=$( dirname " $path " )
Original file line number Diff line number Diff line change 1
1
^/\*$
2
- ^ \* Copyright \d\d\d\d,? Google (Inc\.|LLC)( All [rR]ights [rR]eserved\.)? $
2
+ ^ \* Copyright \d\d\d\d,? Google (Inc\.|LLC)$
3
3
^ \*$
4
4
^ \* Licensed under the Apache License, Version 2\.0 \(the "License"\);$
5
5
^ \* you may not use this file except in compliance with the License\.$
Original file line number Diff line number Diff line change 69
69
}
70
70
],
71
71
"semanticCommits" : true ,
72
- "masterIssue" : true
72
+ "dependencyDashboard" : true ,
73
+ "dependencyDashboardLabels" : [
74
+ " type: process"
75
+ ]
73
76
}
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-shared-config.git",
7
- "sha": "d274af836ac9b3e98be84e551b7e9e552397ecc1 "
7
+ "sha": "4d152461a5592940a8be762c7a8698a02dbe26cf "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47 "
14
+ "sha": "5d3c52f5db664eee9026db76b5bcb466f3a09ca9 "
15
15
}
16
16
}
17
17
],
79
79
"CODE_OF_CONDUCT.md",
80
80
"CONTRIBUTING.md",
81
81
"LICENSE",
82
+ "SECURITY.md",
82
83
"codecov.yaml",
83
84
"java.header",
84
85
"license-checks.xml",
You can’t perform that action at this time.
0 commit comments