actions-marketplace-validations/Fixinator Scan
Scan for CFML vulnerabilities with Fixinator
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | The Fixinator API key, purchased from fixinator.app | yes | — |
| path | The folder or file to scan. You can also pass a file globber pattern, like `models/**/*.cfc` | no | — |
| confidence | Possible values are `none`, `low`, `medium` or `high`. This setting filters out results that the scanner is not confident about. Setting it to a lower value will show more issues but may have some false positives. | no | high |
| severity | Possible values are: `low`, `medium` or `high`. Filter by severity of the issues found. | no | low |
| autofix | Possible values are `off` or `auto`. Autofix identified issues. **This action cannot support the `prompt` option**. | no | off |
| resultFile | Writes results to a file specified by the path in resultFile. You may specify a comma separated list of paths if you want to write multiple formats. | no | — |
| resultFormat | Specify a format for the `resultFile`: `json` (default), `html`, `pdf`, `csv`, `junit`, `sast`, or `findbugs`. You may specify a comma separated list of formats and `resultFile` paths if you want to write multiple files. | no | json |
| ignorePaths | A file globber pattern of paths to ignore from the scan. | no | — |
| failOnIssues | Possible values are `true` and `false`. Fail the build when issues are found. | no | true |
Outputs
no outputs