Skip to content

Add dependency vulnerability scanning #607

Description

@paul-gerber-svg

Context & Motivation

To improve project security, we should automatically scan our Python dependencies for known CVEs during CI. Integrating pip-audit prevents using dependencies with known vulnerabilites.

Proposed Change

Integrate pip-audit into the repository. We can include this by using one of the two following approaches:

  • Integrate the official standalone GitHub Action into our CI workflow (pypa/pip-audit)

  • Add pip-auditas a dev dependency and call it manually

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhancement of an existing featuregeneralSomething to do with the BaSyx Python SDK repository in general

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions