harekrishnarai/Flowlyt Security Analyzer

Enterprise-grade security scanner for GitHub Actions workflows with policy enforcement

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 9, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: harekrishnarai/flowlyt@5ef5197856916c21da1284035e0413ac70cd273c # v2.0.1

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

namedescriptionrequireddefault
repositoryRepository to scan. Defaults to the current repository.no.
tokenGitHub token used to access repositories and create commentsno""
config-filePath to Flowlyt configuration fileno.flowlyt.yml
output-formatOutput format (cli, json, markdown, sarif)nosarif
output-fileOutput file path for findingsnoflowlyt-results.sarif
min-severityMinimum severity level to report (INFO, LOW, MEDIUM, HIGH, CRITICAL)noLOW
fail-on-severityFail the action if findings with this severity or higher are found (CRITICAL, HIGH, MEDIUM, LOW, INFO). Leave empty to never fail.noCRITICAL
max-criticalMaximum number of critical findings allowed before failing (0 = no limit)no0
max-highMaximum number of high severity findings allowed before failing (0 = no limit)no0
enable-policy-enforcementEnable enterprise policy enforcementnofalse
enable-vuln-intelEnable vulnerability intelligence from OSV.devnofalse
enable-ast-analysisEnable Advanced Static Analysis with data flow trackingnofalse
policy-configPath to enterprise policy configuration fileno""
compliance-frameworksComma-separated list of compliance frameworks to evaluateno""
comment-on-prWhether to comment results on pull requestsnotrue
upload-sarifUpload SARIF results to GitHub Security tabnotrue
sarif-categoryCategory for SARIF upload (helps organize multiple scans)noflowlyt
create-issueCreate GitHub issue for critical violationsnofalse
issue-labelsComma-separated labels for created issuesnosecurity,flowlyt
continue-on-errorContinue workflow even if critical issues are foundnofalse
verboseEnable verbose output for debuggingnofalse
namedescription
findings-countTotal number of findings
critical-countNumber of critical findings
high-countNumber of high severity findings
medium-countNumber of medium severity findings
low-countNumber of low severity findings
policy-violationsNumber of policy violations
blocking-violationsNumber of blocking policy violations
compliance-statusOverall compliance status (true/false)
results-filePath to the results file
sarif-filePath to the SARIF results file
exit-codeExit code of the scan (0=success, 1=findings above threshold, 2=error)
summarySummary of findings in markdown format