There was an error while loading. Please reload this page.
2 parents 977f25a + f55d392 commit ce20826Copy full SHA for ce20826
merge_multiple_sboms.yaml renamed to sbom_generation.yaml
@@ -29,7 +29,7 @@ steps:
29
- type: Command
30
name: "Run Maven cycloneDX plugin command for MongoExamples"
31
command: |
32
- cd YCSB
+ cd YCSB/ycsb-soda
33
# For more details, visit https://github.com/CycloneDX/cyclonedx-maven-plugin/blob/master/README.md
34
mvn org.cyclonedx:cyclonedx-maven-plugin:2.7.5:makeAggregateBom -DincludeRuntimeScope=true -DincludeCompileScope=true -DincludeProvidedScope=false -DincludeSystemScope=false -DincludeTestScope=false -DoutputFormat=json -DoutputName=artifactSBOM -DschemaVersion=1.4
35
cd ..
0 commit comments