Skip to content

Fixed documentation around PIP_REQUIREMENTS_FILE in Dependency Scanning

Nick Ilieskou requested to merge 350949_fix_pip_requirements_file_doc into master

What does this MR do and why?

This MR relates to PIP_REQUIREMENTS_FILE variable is ignored by py... (#350949 - closed).

We extend the description of PIP_REQUIREMENTS_FILE so that the user knows that:

  1. This environmental variable should refer to a filename and not to a path
  2. Make clear that if this environmental variable is set then only this file will be scanned.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Nick Ilieskou

Merge request reports