From 03d7152ab8767aa40ae2ca9d23ca0a49d238d950 Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Mon, 14 Oct 2024 02:59:33 -0400 Subject: [PATCH] no tree --- .github/workflows/sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index ce1391bdb6..12d1ab7934 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -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()