Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to configure input and output directories #71

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on May 25, 2024

  1. Add the ability to configure the output directory

    This allows configuring the output directory path for the
    vdp_scanner.py script. The default value for this argument is the
    previously hard-coded value to maintain expected functionality.
    mcdonnnj committed May 25, 2024
    Configuration menu
    Copy the full SHA
    d4d9652 View commit details
    Browse the repository at this point in the history
  2. Add the ability to configure the input directory

    This allows configuring the input directory path for the vdp_scanner.py
    script. The default value for this argument is the previously hard-
    coded value to maintain expected functionality.
    mcdonnnj committed May 25, 2024
    Configuration menu
    Copy the full SHA
    5686129 View commit details
    Browse the repository at this point in the history
  3. Update host mount directory creation

    Add a HOST_MOUNT argument to the Dockerfile to support adjusting the
    path for the host mount directory in the image. Rearrange some of the
    RUN instructions in the Dockerfile and change the host mount directory
    creation to also create any intermediate directories.
    mcdonnnj committed May 25, 2024
    Configuration menu
    Copy the full SHA
    3972e6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdb7eda View commit details
    Browse the repository at this point in the history