VeriPatch ships a GitHub composite Action (action.yml) but no equivalent for GitLab CI. A
.gitlab-ci.yml snippet (or a small example under examples/) that runs veripatch scan
(and optionally verify, gated behind a Docker-in-Docker runner) would let GitLab users adopt
this without hand-rolling it.
Scope:
examples/gitlab-ci.yml showing scan (and optionally verify) as a job
- A short section in
docs/CLI.md or a new docs/GITLAB_CI.md explaining the DinD requirement for verify
- No changes to
src/ needed — this is docs/examples only, good first-issue scope
See .github/workflows/ci.yml and action.yml for what the equivalent GitHub-side job does.
VeriPatch ships a GitHub composite Action (
action.yml) but no equivalent for GitLab CI. A.gitlab-ci.ymlsnippet (or a small example underexamples/) that runsveripatch scan(and optionally
verify, gated behind a Docker-in-Docker runner) would let GitLab users adoptthis without hand-rolling it.
Scope:
examples/gitlab-ci.ymlshowing scan (and optionally verify) as a jobdocs/CLI.mdor a newdocs/GITLAB_CI.mdexplaining the DinD requirement forverifysrc/needed — this is docs/examples only, good first-issue scopeSee
.github/workflows/ci.ymlandaction.ymlfor what the equivalent GitHub-side job does.