bumahkib7/Qryon

Ultra-fast code intelligence and security analyzer with SARIF output, GitHub Code Scanning integration, and PR comments

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 12, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: bumahkib7/qryon@ba29ea5a4900c21c8e737b771696a6025461b517 # v0.20.1

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

namedescriptionrequireddefault
pathPath to scan (relative to repository root)no.
formatOutput format: text, json, sarif, compact, markdown, githubnosarif
severityMinimum severity to report: info, warning, error, criticalnowarning
cross-fileEnable cross-file analysis (import resolution, call graph, taint tracking)nofalse
diff-onlyOnly scan files changed in the PR/commit (auto-enabled for PRs if not set)no""
diff-baseBase git ref for diff comparison (default: origin/main for PRs)noorigin/main
enable-rulesComma-separated list of rule IDs to enableno""
disable-rulesComma-separated list of rule IDs to disableno""
fail-on-findingsFail the action if findings are detectednotrue
upload-sarifUpload SARIF results to GitHub Code Scanningnotrue
comment-on-prPost/update a PR comment with findings summarynotrue
versionQryon version to use (e.g., v0.12.0, latest)nolatest
profileAnalysis profile: fast, balanced, strictnobalanced
providersComma-separated analysis providers: qryon,oxc,osvnoqryon
languagesComma-separated list of languages to scan (e.g., rust,python,javascript)no""
extra-argsAdditional arguments to pass to qryon scanno""
tokenGitHub token for API access (defaults to github.token)no${{ github.token }}
namedescription
findings-countTotal number of findings detected
sarif-filePath to the generated SARIF file
exit-codeExit code from Qryon scan
summaryJSON summary of findings by severity