ahmedanbar/DevGuard for Laravel

Audit Laravel projects for production-readiness and clean architecture.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 24, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ahmedanbar/devguard-action@a70baf69120cde0c8c009b7772d01f4bd03cb72d # v1.1.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
toolWhich DevGuard tool to run: deploy, architecture, all, or any registered tool name.noall
pathProject path relative to the workspace.no.
jsonSet to "true" to output a JSON report.nofalse
fail-on-warningSet to "true" to also fail the build on warnings (not just failures).nofalse
sarif-outputPath to write a SARIF 2.1.0 file (relative to workspace, or absolute). When set, enables GitHub Code Scanning integration — pair with github/codeql-action/upload-sarif.no""
namedescription
exit-codeThe exit code returned by DevGuard (0 = pass, 1 = check failure, 2 = tool error).
scoreThe deploy readiness score (0–100). Only set when tool=deploy and json=true.
passedtrue / false — whether all checks passed (json mode only).