exakat/Exakat
Scan with the Exakat GitHub Action your PHP code to detect tricky issue, prevent vulnerabilities and control the quality
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ignore_dirs | Dirs and files to ignore in the repository. Comma separated list of path. i.e. "path/to/files,path/to/others/files". | no | "" |
| include_dirs | Dirs and files to include in the repository. Comma separated list of path. i.e. "path/to/files,path/to/others/files". | no | "" |
| ignore_rules | Exakat rules to skip in this audit. Comma separated list of exakat identifiers "Short Name" : i.e. "Structures/AddZero,Structures/StrposCompare". | no | "" |
| project_reports | The 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" | no | Perfile |
| project_rulesets | Name 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" | no | CI-checks |
| exit_on_issue | Exit(1) when one or more issues are found. Default to true. Set this to empty string, when producing report for future usage. | no | true |
Outputs
no outputs