Loading templates/gitlab-ci-python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -867,7 +867,7 @@ py-sbom: mkdir -p $PIP_CACHE_DIR mv ./syft $python_sbom_syft fi - $python_sbom_syft dir:${PYTHON_PROJECT_DIR} $PYTHON_SBOM_OPTS -o cyclonedx-json > reports/py-sbom.cyclonedx.json - $python_sbom_syft dir:. $PYTHON_SBOM_OPTS -o cyclonedx-json > reports/py-sbom.cyclonedx.json - chmod a+r reports/py-sbom.cyclonedx.json artifacts: name: "Python SBOM from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" Loading Loading
templates/gitlab-ci-python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -867,7 +867,7 @@ py-sbom: mkdir -p $PIP_CACHE_DIR mv ./syft $python_sbom_syft fi - $python_sbom_syft dir:${PYTHON_PROJECT_DIR} $PYTHON_SBOM_OPTS -o cyclonedx-json > reports/py-sbom.cyclonedx.json - $python_sbom_syft dir:. $PYTHON_SBOM_OPTS -o cyclonedx-json > reports/py-sbom.cyclonedx.json - chmod a+r reports/py-sbom.cyclonedx.json artifacts: name: "Python SBOM from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" Loading