Skip to content

Commit

Permalink
no tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Amndeep7 authored Oct 14, 2024
1 parent a0a959f commit 03d7152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: sbomtool check permissions in container
if: always()
run: docker run -t -v /tmp/sbomtool/directory/_manifest/spdx_2.2/manifest_fixed.spdx.json:/tmp/sbomtool_directory.spdx.json -v /tmp/sbomtool/directory.cdx.json:/tmp/sbomtool_directory.cdx.json --entrypoint /bin/sh cyclonedx/cyclonedx-cli:latest -- tree /tmp && ls -lah /tmp/sbomtool_directory.spdx.json
run: docker run -t -v /tmp/sbomtool/directory/_manifest/spdx_2.2/manifest_fixed.spdx.json:/tmp/sbomtool_directory.spdx.json -v /tmp/sbomtool/directory.cdx.json:/tmp/sbomtool_directory.cdx.json --entrypoint /bin/sh cyclonedx/cyclonedx-cli:latest -- ls -lah /tmp

- name: sbomtool directory spdx converted
if: always()
Expand Down

0 comments on commit 03d7152

Please sign in to comment.