Menu

#Pipechecker

1 post

Feed
1 of 1 post
📰
0

PipeChecker: A local CI/CD auditor to catch circular deps, secrets, and unpinned tags before you push 🦀

DEV Community: rust·Muhammad Ayyan Khan·about 1 month ago
#81WvpaBq
#dev#pipechecker#github#strong#circular#local

Hey everyone, I got tired of the "push and pray" method of CI/CD configuration. Waiting for a So I built PipeChecker in Rust. It's a CLI tool that provides instant, local What it does: DAG Analysis: Uses Tarjan's algorithm to detect circular dependencies.…

15s
Read More