File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
native-maven-plugin/src/functionalTest/groovy/org/graalvm/buildtools/maven Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class SBOMFunctionalTest extends AbstractGraalVMMavenFunctionalTest {
6868 EE () && jdkVersionSupportsAugmentedSBOM()
6969 }
7070
71- @Requires ({ EE () })
71+ @Requires ({ supportedAugmentedSBOMVersion () })
7272 def " sbom is created when buildArg '--enable-sbom=export,embed' is used" () {
7373 withSample ' java-application'
7474
Original file line number Diff line number Diff line change 116116 <imageName >${imageName} </imageName >
117117 <fallback >false</fallback >
118118 <buildArgs >
119- <buildArg >--enable-sbom</buildArg >
119+ <buildArg >--enable-sbom=embed,export </buildArg >
120120 </buildArgs >
121121 </configuration >
122122 </plugin >
You can’t perform that action at this time.
0 commit comments