Skip to content

Commit

Permalink
change paths of input files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Dec 4, 2023
1 parent 95add66 commit 77528fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dt-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: 'Merge frontend and backend SBOMs'
run: |
docker run --rm -v $(pwd):/data cyclonedx/cyclonedx-cli merge --input-files /backend/target/bom.xml ../sbom-npm.xml --output-file target/sbom.xml
echo $(pwd) && docker run --rm -v $(pwd):/data cyclonedx/cyclonedx-cli merge --input-files data/backend/target/bom.xml data/sbom-npm.xml --output-file data/sbom.xml
- name: 'Push merged SBOM to dependency track'
env:
Expand Down

0 comments on commit 77528fd

Please sign in to comment.