Skip to content

Commit ce20826

Browse files
authored
Merge pull request #51 from VedantMahajanOracle/remove12g
changed the yaml script name
2 parents 977f25a + f55d392 commit ce20826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge_multiple_sboms.yaml renamed to sbom_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
- type: Command
3030
name: "Run Maven cycloneDX plugin command for MongoExamples"
3131
command: |
32-
cd YCSB
32+
cd YCSB/ycsb-soda
3333
# For more details, visit https://github.com/CycloneDX/cyclonedx-maven-plugin/blob/master/README.md
3434
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
3535
cd ..

0 commit comments

Comments
 (0)