Ignore syft deprecation warnings in Paketo system tests

Closes gh-39510
This commit is contained in:
Scott Frederick 2024-02-11 13:04:43 -06:00
parent e584ed3c68
commit c64b1d12f2

View File

@ -73,6 +73,7 @@ class PaketoBuilderTests {
this.gradleBuild.scriptPropertyFrom(new File("../../gradle.properties"), "nativeBuildToolsVersion");
this.gradleBuild.expectDeprecationMessages("BPL_SPRING_CLOUD_BINDINGS_ENABLED.*true.*Deprecated");
this.gradleBuild.expectDeprecationMessages("BOM table is deprecated");
this.gradleBuild.expectDeprecationMessages("Command \"packages\" is deprecated, use `syft scan` instead");
this.gradleBuild.gradleVersion(GradleVersions.maximumCompatible());
}