chore(pipelines): standardized project to use rios0rios0/pipelines python-pdm job#10
Merged
rios0rios0 merged 4 commits intomainfrom Mar 21, 2026
Merged
Conversation
…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>
|
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:
For more information about GitHub Code Scanning, check out the documentation. |
There was a problem hiding this comment.
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/pipelinesreusable 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.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚦 Quality checklist
CHANGELOG.md? (don't forget the GitHub issue link!)pdm run black .,pdm run isort .,pdm run flake8 .)