Commit f69d8e41 authored by BONNEFILLE Guilhem's avatar BONNEFILLE Guilhem
Browse files

fix(sbom): avoid to override potential local requirements.txt

parent 0f8ab384
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1578,7 +1578,7 @@ py-sbom:
        *)
          log_info "$PYTHON_BUILD_SYSTEM build system used (\\e[32mmust generate pinned requirements.txt\\e[0m)"
          install_requirements
          _pip freeze > "${PYTHON_REQS_FILE}"
          _pip freeze > reports/requirements.txt
          ;;
      esac
    - |