cloudon-one/Git Security Scanner

Security scanning for GitHub repos using Gitleaks and Trivy to detect secrets, vulnerabilities, and misconfigurations

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for API accessno${{ github.token }}
fail_on_criticalFail the build if critical security issues are foundnotrue
scan_typeType of scan to perform (all, gitleaks, trivy)noall
repository_pathPath to the repository to scanno.
upload_sarifUpload SARIF results to GitHub Security tabnotrue
create_pr_commentCreate a comment on pull requests with scan resultsnotrue
scanner_versionVersion of the scanner image to usenomain
namedescription
risk_levelOverall risk level (CRITICAL, HIGH, MEDIUM, LOW, INFO)
critical_countNumber of critical security issues found
high_countNumber of high severity issues found
medium_countNumber of medium severity issues found
low_countNumber of low severity issues found
secrets_foundNumber of secrets detected
vulnerabilities_foundNumber of vulnerabilities detected
misconfigurations_foundNumber of misconfigurations detected
report_urlURL to the detailed security report