Skip to content

Commit a1fff12

Browse files
some path corrections
1 parent f55d392 commit a1fff12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbom_generation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
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
35-
cd ..
35+
cd ../..
3636
3737
- type: Command
3838
name: "Run Maven cycloneDX plugin command for MongoExamples"
@@ -67,7 +67,7 @@ steps:
6767
command: |
6868
# For more details, visit https://github.com/CycloneDX/cyclonedx-cli/blob/main/README.md
6969
chmod +x cyclonedx-linux-x64
70-
./cyclonedx-linux-x64 merge --input-files ./JdbcExamples/target/artifactSBOM.json ./MongoExamples/target/artifactSBOM.json ./YCSB/target/artifactSBOM.json ./SodaExamples/target/artifactSBOM.json ./Python-Demo-App/target/artifactSBOM.json --output-file merged-bom.json
70+
./cyclonedx-linux-x64 merge --input-files ./JdbcExamples/target/artifactSBOM.json ./MongoExamples/target/artifactSBOM.json ./YCSB/ycsb-soda/target/artifactSBOM.json ./SodaExamples/target/artifactSBOM.json ./Python-Demo-App/target/artifactSBOM.json --output-file merged-bom.json
7171
7272
outputArtifacts:
7373
- name: artifactSBOM

0 commit comments

Comments
 (0)