Proposal: Overhaul PulpUI Github Actions to a hardened, per job-concern model.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 22
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 19
Description
Summary
The current Continuous Integration (CI) implementation against main runs a set of checks against every pull request, but lacks the newer security posture needed in areas such as static analysis, dependency review and pipeline documentation. As development on pulp-ui accelerates and new features sets land, the pipeline needs to grow to match both to cover new security requirements and provide clear, consistent gateway for code to pass through.
This proposes a full restructure, not an incremental patch, to a job-per-concern reusable-workflow model. Every addition will be mapped explicitly to either OWASP or an existing internal Pulp governance.
High Level Design
Implementations
Continuous checks - pr.yml / main.yml / schedule.yml
linting: Handles all linting using application tooling viaeslint,prettierandtsc.workflow-lint: Lints the CI workflows and raises issues.tests: Existing test command, unchanged.build: Existing build command, unchanged.sast-quality: Conducts static analysis across the application code usingcodeql.secrets-scaning: Usesgitleaksas per Pulp governance.dependency-review: Checks newly added packages against current.sca: Conducts full scan of dependency tree.
Release-gated checks - release.yml
build: Existing build command, unchanged.build: Existing build command, unchanged.provenance: Generates SBOM then using ephemeral keys, attests against the build.
Out of Scope
-
Logging and Visibility - requires administrative permissions to conduct an audit on current logging and retention on GitHub actions within this repository to suggest a course of action (COA).
-
Changes to branching strategy - future branching iterations for feature release will be out of scope.
References
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing workflows under .github/workflows, especially pr.yml, main.yml, schedule.yml, and release.yml, then compare them with the secure-use and OWASP references. The work is done when the workflows follow the proposed per-concern structure, include the listed linting, analysis, scanning, dependency, and release checks, and document their roles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, github-actions, typescript
- Domain
- build-system, ci-cd, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100