Skip to content

writeScript - $PATH inheritance issue #381

@oneingan

Description

@oneingan

I recently discovered that the operable script in your library is not as pure as expected because it inherits the $PATH from the running system. While this is not problematic in a minimal container, I encountered an issue when conducting integration tests for the operable layer. Running the script standalone revealed this potential bug.

You can find the relevant code here:

export PATH="${l.makeBinPath runtimeInputs}:$PATH"

Do you consider this a bug that should be addressed to ensure the script's path purity?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions