glogai/Glog Scan Action

Scan source code and provide remediation advice for fixing only the real issues

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 18, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: glogai/glog-action@b751e1605418e440e596db3cc1b0e08a4103b140 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
langList of languages to scan separated by a comma e.g.: java,c,pythonno
clientSpecify client name.no
envSpecify environment name like: 'dev' for https://<client>.dev.glog.ai. Default is none: https://<client>.glog.aino
ignoreList of directories to be skipped separated by a comma e.g.: dir1,dir2no
debugEnable debug loggingnofalse
uploadUpload Glog assessment file to Github Security pagenotrue
on-prem-uploadUpload scan results to On-Prem Dashboard (passes --upload to resolver scanner)nofalse
pathRelative pathno.
github-tokenOptional GitHub token. If omitted, the workflow's built-in GITHUB_TOKEN is used automatically. Provide a PAT only if you need broader scopes (e.g. private GHCR pulls, cross-repo issue creation).no""
glog-tokenyes
issueUpload Glog issues as Github issues. Default is false.nofalse
autofixAutomatically create PR for the issues found. Default is false.nofalse
max-issuesMaximum number of SARIF findings to convert into GitHub issues per run. Default is 30.no30
max-assignMaximum number of created issues to assign to Copilot for autofix. Default is 30.no30
filesList of files to scan separated by a comma e.g.: src/A.java,src/B.javano
inventoryForce the inventory scanner to run regardless of language auto-detection. Default is false.nofalse
sbomGenerate a CycloneDX SBOM via the resolver scanner (passes --with-sbom). If on-prem-upload=true the SBOM is also persisted on the server alongside the SARIF; otherwise it stays local in .glog/. Default is false.nofalse
sbom-onlySkip SARIF and only produce the SBOM (passes --sbom-only to the resolver). Implies sbom=true. Default is false.nofalse
scl-uuidSource Code Location UUID to bind scan results (SARIF/SBOM) to on the Glog server. If omitted, the server tries to match an existing SCL from the scan metadata and creates one if no match is found.no

no outputs