Feedback wanted - early release (v0.1.5, now on Marketplace) #19
rein051521
started this conversation in
General
Replies: 1 comment
-
|
Update: maintainer-safe-ops is now published on the GitHub Marketplace (v0.1.5): It runs a quick pre-publish / pre-merge / pre-release check on a repository and flags common maintainer mistakes. It is a lightweight complement to dedicated scanners, not a replacement. This is still an early release, and honest feedback is very welcome — especially:
There is also a tracking issue for this: #24. Rough notes are fine; no praise needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
maintainer-safe-ops is an early-stage CLI and GitHub Action for safer open-source maintainer workflows — pre-publish, pre-merge, and pre-release checks. It is not a replacement for gitleaks or CodeQL; it complements them by catching obvious mistakes before a release (a committed
.env,rm -rf /, a riskypull_request_targetworkflow,curl ... | bash, or missing OSS readiness files).If you try it, I'd love feedback on:
Quick start: see the README and
examples/consumer-workflow.yml. Latest release: v0.1.3.Thanks for taking a look!
Beta Was this translation helpful? Give feedback.
All reactions