Skip to content

Commit dd4bd4f

Browse files
jiangzhoGitHub Enterprise
authored andcommitted
rdar://150208677 ([Max Vulnerability] AWS Image contains vulnerable packages) (apache#61)
1 parent dacae5d commit dd4bd4f

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

migration-watchdog/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dependencies {
6060
exclude group: "org.xerial.snappy"
6161
exclude group: 'com.squareup.okhttp3'
6262
exclude group: 'com.squareup.okio'
63+
exclude group: 'com.google.protobuf', module: 'protobuf-java'
6364
}
6465
compileOnly(libs.lombok)
6566

rio.pcl

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,16 @@ pipelines {
264264
}
265265
}
266266
}
267+
security {
268+
scanReports {
269+
dockerfile {
270+
continueOnFail = false
271+
}
272+
dockerload {
273+
continueOnFail = false
274+
}
275+
}
276+
}
267277
}
268278
new {
269279
name = "watchdog-image-0.1-snapshot"
@@ -299,6 +309,16 @@ pipelines {
299309
}
300310
}
301311
}
312+
security {
313+
scanReports {
314+
dockerfile {
315+
continueOnFail = false
316+
}
317+
dockerload {
318+
continueOnFail = false
319+
}
320+
}
321+
}
302322
}
303323
new {
304324
name = "image-0.1-release"
@@ -333,6 +353,16 @@ pipelines {
333353
}
334354
}
335355
}
356+
security {
357+
scanReports {
358+
dockerfile {
359+
continueOnFail = false
360+
}
361+
dockerload {
362+
continueOnFail = false
363+
}
364+
}
365+
}
336366
}
337367
new {
338368
name = "watchdog-image-0.1-release"
@@ -369,5 +399,15 @@ pipelines {
369399
}
370400
}
371401
}
402+
security {
403+
scanReports {
404+
dockerfile {
405+
continueOnFail = false
406+
}
407+
dockerload {
408+
continueOnFail = false
409+
}
410+
}
411+
}
372412
}
373413
}

spark-operator/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dependencies {
5656
exclude group: "org.xerial.snappy"
5757
exclude group: 'com.squareup.okhttp3'
5858
exclude group: 'com.squareup.okio'
59+
exclude group: 'com.google.protobuf', module: 'protobuf-java'
5960
}
6061
compileOnly(libs.lombok)
6162

spark-submission-worker/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030
exclude group: "org.rocksdb"
3131
exclude group: "org.xerial.snappy"
3232
exclude group: 'commons-collections', module: 'commons-collections'
33+
exclude group: 'com.google.protobuf', module: 'protobuf-java'
3334
}
3435

3536
compileOnly(libs.lombok)

0 commit comments

Comments
 (0)