target / strelka

Real-time, container-based file scanning at enterprise scale
Other
877 stars 113 forks source link

Poetry Notation Update #447

Closed phutelmyer closed 7 months ago

phutelmyer commented 7 months ago

Describe the Change This change updates the poetry install command in the Dockerfile to use the new --only main option, replacing the deprecated --no-dev flag. This is in line with the latest best practices and ensures compatibility with the newer versions of poetry. The change is necessary to prevent build errors and to maintain the stability of the CI/CD pipeline.

Describe Testing Procedures To verify this change, I performed the following steps:

Sample output No output changes

Checklist