Skip to content

chore(pipelines): standardized project to use rios0rios0/pipelines python-pdm job#10

Merged
rios0rios0 merged 4 commits intomainfrom
chore/standardize-pipelines
Mar 21, 2026
Merged

chore(pipelines): standardized project to use rios0rios0/pipelines python-pdm job#10
rios0rios0 merged 4 commits intomainfrom
chore/standardize-pipelines

Conversation

@rios0rios0
Copy link
Copy Markdown
Collaborator

  • added Makefile with pipelines common.mk and python.mk includes
  • added multi-stage app.Dockerfile for Docker delivery with semver tagging
  • added full CI pipeline (python.yaml) alongside python-docker.yaml in workflow
  • updated build backend from deprecated pdm-pep517 to pdm-backend
  • renamed safety-check script to safety-scan to match pipelines convention
  • added [tool.mypy] section to pyproject.toml
  • updated PR templates to reference make lint, make test, make sast

🚦 Quality checklist

  • Did you add the changes in the CHANGELOG.md? (don't forget the GitHub issue link!)
  • Did you run all the code checks? (pdm run black ., pdm run isort ., pdm run flake8 .)
  • Are the tests passing?

…thon-pdm job

- added Makefile with pipelines common.mk and python.mk includes
- added multi-stage app.Dockerfile for Docker delivery with semver tagging
- added full CI pipeline (python.yaml) alongside python-docker.yaml in workflow
- updated build backend from deprecated pdm-pep517 to pdm-backend
- renamed safety-check script to safety-scan to match pipelines convention
- added [tool.mypy] section to pyproject.toml
- updated PR templates to reference make lint, make test, make sast

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Felipe Rios <felipe.rios.silva@outlook.com>
Copilot AI review requested due to automatic review settings March 20, 2026 22:31
@rios0rios0 rios0rios0 self-assigned this Mar 20, 2026
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Standardizes this project’s developer workflows and CI/CD to align with the shared rios0rios0/pipelines Python (PDM) jobs, including Docker delivery and updated project tooling configuration.

Changes:

  • Adopt rios0rios0/pipelines reusable GitHub Actions workflows and a new Makefile-based developer interface (make lint/test/sast).
  • Add a multi-stage Docker delivery image and update build tooling (pdm-backend, mypy config, safety script rename).
  • Update docs/templates/changelog to reflect the new standardized commands and structure.

Reviewed changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
pyproject.toml Switch to pdm-backend, align scripts with pipeline conventions, add [tool.mypy].
horusec.json Removes Horusec config (no remaining in-repo references found).
README.md Updates pg_dump install link to new .docs/ location.
Makefile Adds includes for shared pipeline makefiles to provide standardized make targets.
LICENSE Updates copyright year.
CHANGELOG.md Documents pipeline/Makefile/Docker/CI changes.
.python-version Pins local Python version to 3.9.2.
.github/workflows/default.yaml Replaces local CI with reusable workflows for CI + Docker delivery.
.github/pull_request_template/default.md Updates checklist commands to make lint/test/sast.
.github/pull_request_template.md Updates checklist commands to make lint/test/sast.
.docs/INSTALL_PG_DUMP.md Adds pg_dump installation guide.
.ci/stages/40-delivery/app.Dockerfile Adds multi-stage delivery Dockerfile with PostgreSQL client install.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

rios0rios0 and others added 3 commits March 20, 2026 20:03
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- removed old Dockerfile at `.ci/40-delivery/`
- added `HEALTHCHECK` to `.ci/stages/40-delivery/app.Dockerfile` (Trivy DS-0026)
- updated Python version from `3.9.2` to `3.13.12`
- updated all dependencies via `pdm update` to resolve 17 Safety vulnerabilities

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…erabilities

- updated `marshmallow` from `4.0.1` to `4.2.2` to fix CVE-2025-68480
- updated `filelock` from `3.19.1` to `3.25.2` to fix CVE-2025-68146 and CVE-2026-22701

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rios0rios0 rios0rios0 merged commit f91320a into main Mar 21, 2026
17 checks passed
@rios0rios0 rios0rios0 deleted the chore/standardize-pipelines branch March 21, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants