Skip to content

make sure current and future versions utilize manifests when possible #5

@glvnst

Description

@glvnst

Utilizing these supported package manifest formats will net some free security auditing.

For example, I know I'm currently installing some things using pip install <pkgname> via dockerfile RUN commands -- I should convert those to pip install -r /requirements.txt and move the deps into the requirements file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions