exakat/Exakat

Scan with the Exakat GitHub Action your PHP code to detect tricky issue, prevent vulnerabilities and control the quality

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ignore_dirsDirs and files to ignore in the repository. Comma separated list of path. i.e. "path/to/files,path/to/others/files".no""
include_dirsDirs and files to include in the repository. Comma separated list of path. i.e. "path/to/files,path/to/others/files".no""
ignore_rulesExakat rules to skip in this audit. Comma separated list of exakat identifiers "Short Name" : i.e. "Structures/AddZero,Structures/StrposCompare".no""
project_reportsThe format of the report for the audit. It may be Perfile (default) or Sarif (for Github consumption). Multiple reports may be provided as a comma separated list : "Perfile,Sarif,Diplomat"noPerfile
project_rulesetsName of the rulesets to be used with the action. It may be CI-checks (default), one of Exakat default rulesets (see docs), or a custom ruleset configured with .exakat.yaml. Multiple rulesets may be provided as a comma separated list : "CI-checks,Security,MyRuleset"noCI-checks
exit_on_issueExit(1) when one or more issues are found. Default to true. Set this to empty string, when producing report for future usage.notrue

no outputs